Fix multiselect search padding

This commit is contained in:
kolaente 2021-08-06 19:34:22 +02:00
parent 9195becd99
commit 85306362d3
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
:select-placeholder="$t('list.searchSelect')"
>
<template v-slot:searchResult="props">
<span class="list-namespace-title">{{ namespace(props.option.namespaceId) }} ></span>
<span class="list-namespace-title search-result">{{ namespace(props.option.namespaceId) }} ></span>
{{ props.option.title }}
</template>
</multiselect>

View File

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