From 884efc6fac98a6dcc5f0636e1376ad6c6d0403f5 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 26 Nov 2025 07:01:30 +0000 Subject: [PATCH] Backport r24184 to 6.1-stable (#41680). git-svn-id: https://svn.redmine.org/redmine/branches/6.1-stable@24185 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/rtl.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/rtl.css b/app/assets/stylesheets/rtl.css index 6c23b3790..f33c35462 100644 --- a/app/assets/stylesheets/rtl.css +++ b/app/assets/stylesheets/rtl.css @@ -122,6 +122,8 @@ table.list tbody tr.group span.count {margin-left:0px; margin-right:4px;} a.sort {padding-right:0; padding-left:16px;} +div.issue .attributes .attribute {padding-inline: 180px 0; clear: inline-start; min-height: 1.8em;} +div.issue .attributes .attribute .label {width: 170px; margin-inline: -180px 0; font-weight: bold; float: inline-start; overflow: clip visible; text-overflow: ellipsis;} table.attributes th {text-align:right;} table.boards a.board, h3.comments {padding-left:0px; padding-right:20px; }