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

@@ -28,9 +28,11 @@
class="flex items-center justify-between flex-1 min-w-0 transition cursor-pointer focus:outline-none text-secondaryLight text-tiny group"
>
<span
class="inline-flex items-center justify-center px-4 py-2 transition group-hover:text-secondary"
class="inline-flex items-center justify-center px-4 py-2 transition group-hover:text-secondary truncate"
>
<icon-lucide-chevron-right class="mr-2 indicator" />
<icon-lucide-chevron-right
class="mr-2 indicator flex flex-shrink-0"
/>
<span class="truncate capitalize-first">
{{ t("environment.title") }}
</span>