luci-theme-bootstrap: enforce minimum width for IPv4 DHCP lease column

Fixes .

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2018-09-29 14:23:43 +02:00
parent 82dea9ca30
commit c79a2bbab7

View file

@ -2040,3 +2040,7 @@ html body.apply-overlay-active {
#applyreboot-section { #applyreboot-section {
line-height: 300%; line-height: 300%;
} }
[data-page="admin-network-dhcp"] [data-name="ip"] {
width: 15%;
}