Fix: Add some padding to menu items (#3526)

This commit is contained in:
Mike 2024-11-20 14:31:03 +01:00 коммит произвёл GitHub
Родитель 5628068bda
Коммит 738275d842
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -21,7 +21,7 @@
<slot name="title-icon"></slot> <slot name="title-icon"></slot>
</div> </div>
<div class="flex flex-1 items-center justify-between truncate"> <div class="flex flex-1 items-center justify-between truncate">
<h6 class="font-semibold text-foreground-2 truncate text-body-2xs"> <h6 class="font-semibold text-foreground-2 truncate text-body-2xs pr-2">
{{ title }} {{ title }}
</h6> </h6>
<CommonBadge v-if="tag" rounded> <CommonBadge v-if="tag" rounded>
@ -34,7 +34,7 @@
<slot name="title-icon"></slot> <slot name="title-icon"></slot>
</div> </div>
<div class="flex flex-1 items-center justify-between truncate"> <div class="flex flex-1 items-center justify-between truncate">
<h6 class="font-semibold text-foreground-2 truncate text-body-2xs"> <h6 class="font-semibold text-foreground-2 truncate text-body-2xs pr-2">
{{ title }} {{ title }}
</h6> </h6>
<CommonBadge v-if="tag" rounded> <CommonBadge v-if="tag" rounded>