Fix dropdown item in RTL
This commit is contained in:
parent
18a2164366
commit
1a5b7dff7f
1 changed files with 2 additions and 0 deletions
2
client/src/sass/bootstrap.scss
vendored
2
client/src/sass/bootstrap.scss
vendored
|
@ -68,6 +68,8 @@ body {
|
|||
--bs-dropdown-link-color: #{pvar(--mainForegroundColor)};
|
||||
--bs-dropdown-border-color: #{pvar(--inputBorderColor)};
|
||||
|
||||
text-align: start;
|
||||
|
||||
.dropdown-header {
|
||||
@include padding-left(1rem);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue