]> source.dussan.org Git - redmine.git/commitdiff
Fix cutoff of user select element in activity sidebar when displaying long user names...
authorGo MAEDA <maeda@farend.jp>
Tue, 6 Feb 2024 09:13:36 +0000 (09:13 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 6 Feb 2024 09:13:36 +0000 (09:13 +0000)
Patch by Go MAEDA (@maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@22682 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 622d70b25833a935c2531ab90b25fad8d1149981..84a26c16ffdeec815cc3464f51f004d5263c4d7b 100644 (file)
@@ -691,6 +691,10 @@ div#activity dl dt:first-child {
   border: 0px;
 }
 
+#activity_scope_form select#user_id {
+  max-width: 100%;
+}
+
 #search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }
 
 div#search-results-counts {float:right;}