diff options
author | Go MAEDA <maeda@farend.jp> | 2024-09-23 02:14:20 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-09-23 02:14:20 +0000 |
commit | 044d3168973ca2baaed3b637d37126ccb77cd4b0 (patch) | |
tree | 370f8798ea7fd87a7b23941704decfc6ed0b2c06 /app | |
parent | 9dae7a75f595c4d96abc8efb8671f4bb198a7735 (diff) | |
download | redmine-044d3168973ca2baaed3b637d37126ccb77cd4b0.tar.gz redmine-044d3168973ca2baaed3b637d37126ccb77cd4b0.zip |
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
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |