Fixed: System Info layout when no health warnings are active

pull/6/head
Mark McDowall 10 years ago
parent 4585605ead
commit 119677e2dd

@ -1,2 +1,3 @@
No issues with your configuration
<div class="row health-ok">
<div class="col-md-12">No issues with your configuration</div>
</div>

@ -2,4 +2,8 @@ dl.info {
dt, dd {
padding-bottom: 5px;
}
}
.health-ok {
margin-bottom: 30px;
}
Loading…
Cancel
Save