mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: System Info layout when no health warnings are active
This commit is contained in:
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>
|
@ -3,3 +3,7 @@ dl.info {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.health-ok {
|
||||
margin-bottom: 30px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user