1
0
Fork 0

Fix user-dropdown-indicator position on touchscreens

This commit is contained in:
Kimsible 2021-07-22 15:19:39 +02:00 committed by Chocobozzz
parent 435990290a
commit c1936140b9
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ my-notification {
display: inherit !important;
}
.dropdown-toggle:first-child {
@include padding-left(30px !important);
.dropdown-toggle {
max-width: 88% !important;
}
}
}