Actions
Defect #43715
closedProject selector does not indent subprojects in RTL layout
Resolution:
Fixed
Affected version:
Description
In the project selector drop-down, subprojects are indented when projects are displayed in LTR layouts.
In RTL layouts, however, this indentation does not work because the padding-left CSS property is used.
The attached patch resolves this issue by replacing padding-left with padding-inline-start.
LTR:
RTL:
Files
Updated by Go MAEDA about 2 months ago
- Target version changed from Candidate for next minor release to 6.1.2
Setting the target version to 6.1.2.
Updated by Go MAEDA about 2 months ago
- Status changed from New to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix in r24375.
Updated by Go MAEDA about 2 months ago
- Status changed from Resolved to Closed
Merged the fix into 6.1-stable branch in r24378.
Actions