Skip to content

Commit

Permalink
OIS-25: fix language picker rtl compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
olewandowski1 committed Sep 27, 2024
1 parent fbdcb69 commit a2765ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/openlmis-locale/_locale-list.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

.locale-container {
@extend .dropdown-button;

.dropdown-menu {
@media screen and (min-width: $res-md) {
@include right(0);
@include left(auto);
}
}
}

0 comments on commit a2765ed

Please sign in to comment.