diff options
author | Florian Eckert <fe@dev.tdt.de> | 2021-05-06 11:44:57 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2021-05-06 12:13:33 +0200 |
commit | 6fa40fffcaa6015633e1e7426ff1f0bae61597c9 (patch) | |
tree | 2e65245048927ef41a926b21b8b5df709249beb3 /applications/luci-app-mwan3/luasrc/view/mwan | |
parent | 2b0fbcb0c88fb073745ec99974c12f363b771ac2 (diff) |
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>
Diffstat (limited to 'applications/luci-app-mwan3/luasrc/view/mwan')
-rw-r--r-- | applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm b/applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm index ee746a00bb..b3210ee137 100644 --- a/applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm +++ b/applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm @@ -99,7 +99,7 @@ XHR.poll(-1, '<%=luci.dispatcher.build_url("admin", "status", "mwan", "interface display: inline-block; margin: 1rem; padding: 1rem; - width: 10rem; + width: 15rem; float: left; line-height: 125%; } |