diff --git a/lms/static/sass/shared/_header.scss b/lms/static/sass/shared/_header.scss index e50ade0..37f6c96 100644 --- a/lms/static/sass/shared/_header.scss +++ b/lms/static/sass/shared/_header.scss @@ -210,17 +210,21 @@ .dropdown-user-menu { position: absolute; top: 100%; - right: 0; width: auto; min-width: calcRem(180); max-width: 80%; + // Targeting RTL language using dir attribute + [dir="rtl"] & { + right: auto; + left: 0; + } + .dropdown-item { white-space: unset; } .dropdown-nav-item { - a { padding: calcRem(20); color: $base-text-color; @@ -364,4 +368,5 @@ } } } -} \ No newline at end of file +} + diff --git a/lms/templates/design-templates/footer/_footer-appsembler-01.html b/lms/templates/design-templates/footer/_footer-appsembler-01.html index 0213ace..f13c550 100644 --- a/lms/templates/design-templates/footer/_footer-appsembler-01.html +++ b/lms/templates/design-templates/footer/_footer-appsembler-01.html @@ -46,7 +46,7 @@
Powered by:
- +