1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

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

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;
}