Commit 46fb3d68 by Kálmán Viktor

dashboard: fix node detail in smaller screens

parent c654b9e0
......@@ -409,6 +409,8 @@ footer {
footer a, footer a:hover, footer a:visited {
color: white;
text-decoration: underline;
}
.template-disk-list {
list-style: none;
padding-left: 0;
......@@ -417,3 +419,7 @@ footer a, footer a:hover, footer a:visited {
.template-disk-list li {
padding-bottom: 5px;
}
#node-info-pane {
margin-bottom: 20px;
}
......@@ -14,7 +14,7 @@
<div id="node-details-h1-name">
{{ node.name }}
</div>
</h1>
</h1>
<small>{{ node.get_connect_host }}</small>
</div>
<div class="row">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment