From 7a2c5f35fd5d7f7b255a8cb8eef67a93ee55c439 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 30 May 2023 09:39:54 -0600 Subject: [PATCH] Admin: Set a min-width in ACL dialog --- admin/templates/default/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/templates/default/app.css b/admin/templates/default/app.css index 821a8674dc..3bc9352f01 100644 --- a/admin/templates/default/app.css +++ b/admin/templates/default/app.css @@ -108,6 +108,10 @@ td.admin_userAgent span { max-width: 100% !important; } +#acl-edit #_acl_account { + min-width: 16rem; +} + /** * mail account wizard and edit */