Fix dropdown item in RTL

pull/5817/head
Chocobozzz 2023-05-15 14:23:11 +02:00
parent 18a2164366
commit 1a5b7dff7f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}