just set margin
This commit is contained in:
parent
e7f2f6c99e
commit
5fd87319e2
1 changed files with 1 additions and 2 deletions
|
|
@ -103,12 +103,11 @@ def render_html(df):
|
||||||
}}
|
}}
|
||||||
svg {{
|
svg {{
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 17px auto;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: 1px solid #1e1e24;
|
border: 1px solid #1e1e24;
|
||||||
padding: 17px;
|
|
||||||
}}
|
}}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue