From 044d3168973ca2baaed3b637d37126ccb77cd4b0 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 23 Sep 2024 02:14:20 +0000 Subject: [PATCH] Fix: Ensure right margin for issue filter lines by adjusting max-width (#39806). git-svn-id: https://svn.redmine.org/redmine/trunk@23069 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index a07ffdd76..e9d2bb33b 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -626,7 +626,7 @@ fieldset#date-range p { margin: 2px 0 2px 0; } #query_form_content > fieldset { min-width: 0; - width: 100%; + max-width: 100%; } #filters-table { float:left; -- 2.39.5