Skip to content

Commit 8df6dbf

Browse files
committed
fix inccorrect padding with RTL languages
1 parent 8225797 commit 8df6dbf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/css/settings.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
ul {
22
padding-left: 1em;
3+
padding-right: 0;
4+
}
5+
body[dir="rtl"] ul {
6+
padding-left: 0;
7+
padding-right: 1em;
38
}
49
ul#userSettings {
510
padding-left: 0;

0 commit comments

Comments
 (0)