fix: Add RTL control directive to override dropdown style in RTL mode
This commit is contained in:
parent
0b3402236c
commit
0228b9c8eb
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue