FIX: correctly apply unusual padding to profile dropdowns (#14172)

This commit is contained in:
Joffrey JAFFEUX 2021-08-27 02:03:59 +02:00 committed by GitHub
parent 99ec8eb6df
commit 14e92bb0ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,9 @@
padding: 0;
flex: 1 1 auto;
.select-kit-header {
padding: 8px 10px;
.select-kit-header-wrapper {
padding: 8px 10px;
}
.caret-icon {
color: var(--primary-medium);