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:
Florian Eckert 2021-05-06 11:44:57 +02:00
parent ea334e254e
commit 0ddb72dec2

View file

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