mirror of
https://github.com/redmine/redmine.git
synced 2025-11-18 03:00:52 +01:00
Fix cutoff of user select element in activity sidebar when displaying long user names (#39780).
Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22682 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -691,6 +691,10 @@ div#activity dl dt:first-child {
|
|||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#activity_scope_form select#user_id {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }
|
#search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }
|
||||||
|
|
||||||
div#search-results-counts {float:right;}
|
div#search-results-counts {float:right;}
|
||||||
|
|||||||
Reference in New Issue
Block a user