From 50f2904c5be3795e185799ae75dcdc44e3b7b779 Mon Sep 17 00:00:00 2001 From: Amir Tadrisi Date: Tue, 28 Nov 2023 18:06:06 -0500 Subject: [PATCH] chore: add RTL support directly to the dropdown-user-menu target --- lms/static/sass/shared/_header.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/static/sass/shared/_header.scss b/lms/static/sass/shared/_header.scss index ad10336..37f6c96 100644 --- a/lms/static/sass/shared/_header.scss +++ b/lms/static/sass/shared/_header.scss @@ -210,7 +210,6 @@ .dropdown-user-menu { position: absolute; top: 100%; - right: 0; width: auto; min-width: calcRem(180); max-width: 80%;