diff options
author | Go MAEDA <maeda@farend.jp> | 2024-02-07 13:56:29 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-02-07 13:56:29 +0000 |
commit | 746085357fe1a2f8d5803e2d2edd3b5952d8c96b (patch) | |
tree | a3747627201fddfe4c19c6abd353130ab6eaf0a1 | |
parent | dcae77a006e4ab11b01cd4038d7ef98d4f5d371e (diff) | |
download | redmine-746085357fe1a2f8d5803e2d2edd3b5952d8c96b.tar.gz redmine-746085357fe1a2f8d5803e2d2edd3b5952d8c96b.zip |
Merged r22682 from trunk to 5.0-stable (#39780).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22687 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 67e22bd74..0f9544917 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -654,6 +654,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;} |