1
0

Fix multiselect search padding

This commit is contained in:
kolaente
2021-08-06 19:34:22 +02:00
parent 9195becd99
commit 85306362d3
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding: .5rem 1rem;
padding: .5rem .75rem;
}
.hint-text {