mirror of
https://github.com/redmine/redmine.git
synced 2026-01-24 16:30:01 +01:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user