From 6ebee57b7578411ef46504e854905a8c094d8441 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Mon, 2 Dec 2024 21:45:13 -0800 Subject: [PATCH] Attempt to stop the dhcp reservation wrapping. (#1739) Some people see this, but I cannot reproduce it, which makes fixing it tricky. So .. a guess. --- files/app/resource/css/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/app/resource/css/admin.css b/files/app/resource/css/admin.css index 5a0f0e03..2fb70762 100755 --- a/files/app/resource/css/admin.css +++ b/files/app/resource/css/admin.css @@ -567,7 +567,7 @@ label.switch #ctrl-modal .reservation > div:first-child label { white-space: normal; - width: 45px; + width: 40px; align-self: center; text-align: center; }