From a7dd2c983c66e8949723f41296cc62aea3675feb Mon Sep 17 00:00:00 2001 From: Alex Humphries Date: Fri, 30 Jan 2026 17:14:22 -0500 Subject: [PATCH] Fix alert icon alignment so that it aligns with first line of multiline alert header --- src/ux-components/alert/alert.vue | 59 ++++++++++++++++++++++--------- 1 file changed, 43 insertions(+), 16 deletions(-) diff --git a/src/ux-components/alert/alert.vue b/src/ux-components/alert/alert.vue index 0537599f..b6c0e697 100644 --- a/src/ux-components/alert/alert.vue +++ b/src/ux-components/alert/alert.vue @@ -8,9 +8,21 @@ cssClassNameForCmsWidget, ]">
- - - +
+ + + +
{{ alertHeadline }} @@ -19,10 +31,18 @@ class="btn-collapse" type="button" @click="toggleCollapse"> - - +
-
+ :id="collapseId" + class="alert-body">