mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Added min-height to .js-wifi-stations, fixed indents
This commit is contained in:
parent
5858971762
commit
82d5b45cdd
1 changed files with 46 additions and 42 deletions
4
dist/css/custom.css
vendored
4
dist/css/custom.css
vendored
|
@ -104,3 +104,7 @@ pre.unstyled {
|
|||
min-height: 150px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.js-wifi-stations .panel-body {
|
||||
min-height: 256px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue