]> source.dussan.org Git - redmine.git/commitdiff
Fixes the width of the message subject field (#41234).
authorGo MAEDA <maeda@farend.jp>
Thu, 12 Sep 2024 01:12:36 +0000 (01:12 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 12 Sep 2024 01:12:36 +0000 (01:12 +0000)
Patch by Katsuya HIDAKA (user:hidakatsuya).

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

app/assets/stylesheets/application.css

index a16bdc3dca54e1e6dcb32f2e0a106283a82352f1..5a132fb780e71415f9448a7b76bc7fc77723ca48 100644 (file)
@@ -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;}