Panel title leading
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user