Skip to content

Commit 0721528

Browse files
authored
Use style variable
1 parent 8c487fa commit 0721528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discretize/tree_mesh.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def _repr_html_(self):
335335
"<table>", # need to close this tag
336336
"<tr>",
337337
"<th></th>",
338-
'<th style="padding: 5px 20px 5px 20px" colspan="2">Mesh extent</th>',
338+
'<th {style} colspan="2">Mesh extent</th>',
339339
"</tr>",
340340
"<tr>",
341341
"<th></th>",

0 commit comments

Comments
 (0)