Skip to content

Commit c5b68dc

Browse files
committed
feat(alert): make alert content flex-box for easy position of children
1 parent 5d30ca7 commit c5b68dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/anu-vue/src/components/alert/AAlert.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const appendIconBindings = computed(() => {
6969
<i :class="props.icon" />
7070
</div>
7171
<div
72-
class="flex-grow"
72+
class="flex items-center flex-grow"
7373
data-no-reference
7474
>
7575
<slot />

0 commit comments

Comments
 (0)