diff --git a/less/rtl.less b/less/rtl.less index 3ad7ac9..bd41711 100644 --- a/less/rtl.less +++ b/less/rtl.less @@ -16,4 +16,9 @@ html[data-dir="rtl"] { float: left !important; } } + + html[data-dir=rtl] .navbar .dropdown-menu { + left: 0; + right: auto; + } } \ No newline at end of file