Skip to content

Commit dae33ae

Browse files
authored
Merge pull request #287 from AbdulrhmanGoni/fix-margins-bug-in-language-page
Change `margin-left` & `margin-right` properties to fix a bug with RTL languages
2 parents e7be8a9 + bf161d0 commit dae33ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/language/style.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
}
66

77
.titleContainer > div > a {
8-
margin-left: 20px !important;
8+
margin-inline-start: 20px !important;
99
}
1010

1111
.icon {
12-
margin-right: 12px;
12+
margin-inline-end: 12px;
1313
}

0 commit comments

Comments
 (0)