From 81157a2ac4b50c31ff17a9443989f282fb7f3827 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 26 Nov 2025 06:50:49 +0000 Subject: [PATCH] Incorrect label/value order on the issue view in RTL layout (#41680). Contributed by ashraf alzyoud (user:ashraf2019). git-svn-id: https://svn.redmine.org/redmine/trunk@24184 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/application.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index b42c89119..e94bfa61c 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -691,8 +691,8 @@ div.issue p.author {margin-top:0.5em; font-size: 93%} div.issue span.private, div.journal span.private {font-size: 60%;} div.issue .next-prev-links {color:var(--oc-gray-6);} div.issue .attributes {margin-top: 2em;} -div.issue .attributes .attribute {padding-left:180px; clear:left; min-height: 1.8em;} -div.issue .attributes .attribute .label {width: 170px; margin-left:-180px; font-weight:bold; float:left; overflow: clip visible; text-overflow: ellipsis;} +div.issue .attributes .attribute {padding-inline-start: 180px; clear: inline-start; min-height: 1.8em;} +div.issue .attributes .attribute .label {width: 170px; margin-inline-start: -180px; font-weight: bold; float: inline-start; overflow: clip visible; text-overflow: ellipsis;} div.issue .attribute .value {overflow:auto; text-overflow: ellipsis;} div.issue .attribute.string_cf .value .wiki p {margin-top: 0; margin-bottom: 0;} div.issue .attribute.text_cf .value .wiki p:first-of-type {margin-top: 0;}