luci-theme-bootstrap: enforce minimum width for IPv4 DHCP lease column
Fixes #2132. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
82dea9ca30
commit
c79a2bbab7
1 changed files with 4 additions and 0 deletions
|
@ -2040,3 +2040,7 @@ html body.apply-overlay-active {
|
|||
#applyreboot-section {
|
||||
line-height: 300%;
|
||||
}
|
||||
|
||||
[data-page="admin-network-dhcp"] [data-name="ip"] {
|
||||
width: 15%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue