fix: text overflow on details summary label (#3160)

Co-authored-by: Nivedin <nivedinp@gmail.com>
This commit is contained in:
Liyas Thomas
2023-06-26 18:30:25 +05:30
committed by Andrew Bastin
parent 355bd62b8d
commit 09360abf81
3 changed files with 14 additions and 8 deletions

View File

@@ -43,10 +43,12 @@
v-if="searchResults.length === 0"
:text="`${t('state.nothing_found')} ‟${filterText}”`"
>
<template #icon>
<icon-lucide-search class="pb-2 opacity-75 svg-icons" />
</template>
</HoppSmartPlaceholder>
<icon-lucide-search class="pb-2 opacity-75 svg-icons" />
<span class="my-2 text-center flex flex-col">
{{ t("state.nothing_found") }}
<span class="break-all">"{{ filterText }}"</span>
</span>
</div>
</div>
<div v-else class="flex flex-col divide-y divide-dividerLight">
<details