diff options
author | Go MAEDA <maeda@farend.jp> | 2024-09-12 01:12:36 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-09-12 01:12:36 +0000 |
commit | d20c8ef26eb80866ba33c5c7cf5c618ed75e809d (patch) | |
tree | 76409b3c37e624801d56185bf4f582dc32225691 | |
parent | 94478a1a3e054b19af519db8d5de79392299d6e1 (diff) | |
download | redmine-d20c8ef26eb80866ba33c5c7cf5c618ed75e809d.tar.gz redmine-d20c8ef26eb80866ba33c5c7cf5c618ed75e809d.zip |
Fixes the width of the message subject field (#41234).
Patch by Katsuya HIDAKA (user:hidakatsuya).
git-svn-id: https://svn.redmine.org/redmine/trunk@23053 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/assets/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index a16bdc3dc..5a132fb78 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -412,6 +412,7 @@ a.sort { padding-right: 16px; background-position: 100% 50%; background-repeat: table.boards td.last-message {text-align:left;font-size:80%;} div.table-list.boards .table-list-cell.name {width: 30%;} +#message_subject { max-width: 99%; } #query_form_content {font-size:90%;} #query_form_with_buttons > p.contextual {font-size:12px; margin:12px 0px;} |