mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-29 00:04:44 +00:00
fix(dropdowns): RTL for .dropdown-menu-* (#34124)
This commit is contained in:
parent
544d9ac3cf
commit
57205e3d8e
1 changed files with 4 additions and 4 deletions
|
|
@ -50,8 +50,8 @@
|
|||
--bs-position: start;
|
||||
|
||||
&[data-bs-popper] {
|
||||
right: auto #{"/* rtl:ignore */"};
|
||||
left: 0 #{"/* rtl:ignore */"};
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -59,8 +59,8 @@
|
|||
--bs-position: end;
|
||||
|
||||
&[data-bs-popper] {
|
||||
right: 0 #{"/* rtl:ignore */"};
|
||||
left: auto #{"/* rtl:ignore */"};
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue