Added min-height to .js-wifi-stations, fixed indents

This commit is contained in:
billz 2019-08-17 14:52:52 +01:00
parent 5858971762
commit 82d5b45cdd
1 changed files with 46 additions and 42 deletions

4
dist/css/custom.css vendored
View File

@ -104,3 +104,7 @@ pre.unstyled {
min-height: 150px;
width: 100%;
}
.js-wifi-stations .panel-body {
min-height: 256px;
}