Fix multiselect search padding
This commit is contained in:
parent
9195becd99
commit
85306362d3
2 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@
|
|||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
padding: .5rem 1rem;
|
||||
padding: .5rem .75rem;
|
||||
}
|
||||
|
||||
.hint-text {
|
||||
|
|
|
|||
Reference in a new issue