Skip to content

Commit

Permalink
Merge pull request #287 from AbdulrhmanGoni/fix-margins-bug-in-langua…
Browse files Browse the repository at this point in the history
…ge-page

Change `margin-left` & `margin-right` properties to fix a bug with RTL languages
  • Loading branch information
maltejur committed May 6, 2024
2 parents e7be8a9 + bf161d0 commit dae33ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/language/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
}

.titleContainer > div > a {
margin-left: 20px !important;
margin-inline-start: 20px !important;
}

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

0 comments on commit dae33ae

Please sign in to comment.