layout fix, need to be checked with lower screen resolutions

community
Gogs 6 years ago
parent aefe6917b1
commit 368c73a120

@ -58,7 +58,7 @@
} }
.widget .chart iframe { .widget .chart iframe {
width:99%; width:99%;
min-height:72%; min-height:90%;
overflow:hidden} overflow:hidden}
@ -388,7 +388,7 @@
</div> </div>
{%if row.node == name %} {%if row.node == name %}
<div class="" style="padding-left:10px; margin-top:4px; min-height:72%; overflow:hidden"> <div class="" style="padding-left:10px; margin-top:4px; min-height:90%; overflow:hidden">
<li type="square" style="list-style-type: none"> <li type="square" style="list-style-type: none">

Loading…
Cancel
Save