Fix: Add truncate for items in sidebar (#3510)

This commit is contained in:
Mike 2024-11-20 13:10:22 +01:00 коммит произвёл GitHub
Родитель bc8b6bec2d
Коммит 5562d4115e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -20,7 +20,7 @@
>
<slot name="title-icon"></slot>
</div>
<div class="flex flex-1 items-center justify-between">
<div class="flex flex-1 items-center justify-between truncate">
<h6 class="font-semibold text-foreground-2 truncate text-body-2xs">
{{ title }}
</h6>
@ -33,7 +33,7 @@
<div v-if="$slots['title-icon']" class="flex items-center justify-center">
<slot name="title-icon"></slot>
</div>
<div class="flex flex-1 items-center justify-between">
<div class="flex flex-1 items-center justify-between truncate">
<h6 class="font-semibold text-foreground-2 truncate text-body-2xs">
{{ title }}
</h6>