From dbe05fc6fbd544a117310fd704aa48a3b559638f Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Thu, 5 Dec 2024 21:59:14 -0800 Subject: [PATCH] Try to fix lan address reservation wrapping for some people (#1752) --- files/app/resource/css/admin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/app/resource/css/admin.css b/files/app/resource/css/admin.css index fec9f5e7..821cc99f 100755 --- a/files/app/resource/css/admin.css +++ b/files/app/resource/css/admin.css @@ -507,7 +507,6 @@ label.switch { display: flex; flex: 1 0 0%; - flex-wrap: wrap; } #ctrl-modal .adr > :last-child { @@ -567,9 +566,10 @@ label.switch #ctrl-modal .reservation > div:first-child label { white-space: normal; - width: 40px; + width: 45px; align-self: center; text-align: center; + overflow: hidden; } #ctrl-modal .reservation input[type=checkbox], #ctrl-modal .dhcp-options input[type=checkbox]