Actions
Defect #43520
openRepository browser does not indent directory hierarchy in RTL layout
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
When you expand a directory in the repository browser, its contents are normally shown with indentation to represent the directory hierarchy. In an RTL layout, this indentation is not applied, so all entries are displayed without hierarchical offset.
This patch fixes the issue by using padding-inline-start instead of padding-left to apply indentation in both LTR and RTL layouts.
Before:
After:
Files
Updated by Go MAEDA about 18 hours ago
- Status changed from New to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix in r24171.
Actions