From: Go MAEDA Date: Wed, 7 Feb 2024 13:55:25 +0000 (+0000) Subject: Merged r22682 from trunk to 5.1-stable (#39780). X-Git-Tag: 5.1.2~16 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f65b10d8103b9d957c66e5fb6d2aa7e7f280159e;p=redmine.git Merged r22682 from trunk to 5.1-stable (#39780). git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22686 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index f8e11b050..b8212c068 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -655,6 +655,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;}