From 8d0799bedae8f6511f448c80b357cbbc51526da0 Mon Sep 17 00:00:00 2001 From: Meysam Azad Date: Wed, 22 Sep 2021 09:43:41 +0300 Subject: [PATCH] fix: display right-to-left for rtl-languages in mobile (cherry picked from commit 6bf43642e7fc05bdb7d3bb6d21302708a6fef25e) --- lms/static/sass/_header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/sass/_header.scss b/lms/static/sass/_header.scss index aa4236fd744b..1949d557def2 100644 --- a/lms/static/sass/_header.scss +++ b/lms/static/sass/_header.scss @@ -366,7 +366,7 @@ width: 100%; padding: $baseline*0.6 $baseline; border-bottom: 1px solid theme-color('light'); - text-align: left; + @include text-align(left); cursor: pointer; &:hover,