Panel title leading

This commit is contained in:
andrewwallacespeckle
2025-08-11 11:02:24 +01:00
parent 0b9e44d123
commit efaad4b7e7
2 changed files with 2 additions and 2 deletions
@@ -20,7 +20,7 @@
<div
class="h-10 pl-4 pr-2 flex items-center justify-between border-b border-outline-2"
>
<div class="text-body-xs text-foreground font-medium">
<div class="text-body-xs text-foreground font-medium leading-none">
<slot name="title" />
</div>
<slot name="actions" />
@@ -3,7 +3,7 @@
<div
class="flex flex-shrink-0 justify-between items-center border-b border-outline-3 h-10 pl-4 pr-2"
>
<div class="text-body-xs text-foreground font-medium">
<div class="text-body-xs text-foreground font-medium leading-none">
<span v-if="title" class="truncate">{{ title }}</span>
<slot name="title"></slot>
</div>