From d20c8ef26eb80866ba33c5c7cf5c618ed75e809d Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 12 Sep 2024 01:12:36 +0000 Subject: [PATCH] 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 --- app/assets/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) 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;} -- 2.39.5