We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d03743 commit 2be89b4Copy full SHA for 2be89b4
components/content/Alert.vue
@@ -48,7 +48,7 @@ async function alertClick() {
48
</UiAlertTitle>
49
<UiAlertDescription>
50
<div class="flex flex-row space-x-2">
51
- <SmartIcon v-if="icon && !title" :name="icon" :size="16" class="mb-[2px] min-w-5 self-center" />
+ <SmartIcon v-if="icon && !title" :name="icon" :size="16" class="self-center mb-[2px] min-w-5" />
52
<span :class="[to && 'pr-3']">
53
<slot />
54
</span>
0 commit comments