luci-app-mwan3: fix css status with
This commit fixes the width of the mwan3 status page for the
openwrt-2020 theme.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 6fa40fffca
)
This commit is contained in:
parent
ea334e254e
commit
0ddb72dec2
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ XHR.poll(-1, '<%=luci.dispatcher.build_url("admin", "status", "mwan", "interface
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
width: 10rem;
|
width: 15rem;
|
||||||
float: left;
|
float: left;
|
||||||
line-height: 125%;
|
line-height: 125%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue