fix: Add RTL control directive to override dropdown style in RTL mode

This commit is contained in:
Suraj Shetty 2021-07-05 18:02:35 +05:30
parent 0b3402236c
commit 0228b9c8eb

View file

@ -302,6 +302,15 @@ select.input-xs {
}
}
/*!rtl:raw:
.dropdown-menu {
right: auto;
}
.popover {
right: auto;
}
*/
.custom-control.custom-switch {
font-size: var(--text-md);
line-height: 1.6;