Skip to content

Commit

Permalink
chore: remove line height not to override
Browse files Browse the repository at this point in the history
  • Loading branch information
offich committed Nov 7, 2024
1 parent 24e61cc commit 55b05bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/elements/Alert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{{ title }}
</slot>
</p>
<div v-if="description || $slots.description" :class="twMerge(ui.description, !title && !$slots.title && 'mt-0 leading-5')">
<div v-if="description || $slots.description" :class="twMerge(ui.description, !title && !$slots.title && 'mt-0')">
<slot name="description" :description="description">
{{ description }}
</slot>
Expand Down

0 comments on commit 55b05bf

Please sign in to comment.