Skip to content

Commit

Permalink
Merge pull request #239 from appsembler/amir/rtl-support
Browse files Browse the repository at this point in the history
chore: add RTL support directly to the dropdown-user-menu target
  • Loading branch information
amirtds committed Nov 27, 2023
2 parents ae25eba + 60c9079 commit 77eef01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lms/static/sass/shared/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@
min-width: calcRem(180);
max-width: 80%;

// RTL specific styles
&:dir(rtl) {
// Targeting RTL language using dir attribute
[dir="rtl"] & {
right: auto;
left: 0;
}
Expand Down

0 comments on commit 77eef01

Please sign in to comment.