Actions
Defect #41680
closedIncorrect label/value order on the issue view in RTL layout
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
We suffer from using the RTL language when using Redmine because we need to modify a lot of things on CSS or JavaScript to suit the nature of the RTL trend, including Label and Value Please pay attention to languages that use RTL that need modification
div.issue .attributes .attribute {padding-right:180px; clear:right; min-height: 1.8em;}
div.issue .attributes .attribute .label {width: 170px;margin-right: -180px;font-weight:bold;float: right;overflow: clip visible;text-overflow: ellipsis;}
Files
Updated by Go MAEDA 17 days ago
- File rtl-fix-issue-attributes.patch rtl-fix-issue-attributes.patch added
- File clipboard-202511251704-4v5ja.png clipboard-202511251704-4v5ja.png added
- Subject changed from RTL direction to Incorrect label/value order on the issue view in RTL layout
- Target version set to Candidate for next minor release
I have written a patch so that the CSS supports both LTR and RTL layouts.

Actions