From 36ab4837cd05e01621c8d521281824aafc92392f Mon Sep 17 00:00:00 2001 From: NFriedo <69233063+NFriedo@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:10:51 +0100 Subject: [PATCH] BC-6391 - status alerts (Bug Hunt Table 9) (#3079) * fix icon alignment and padding list items * fix icon opacity * fix alert title line-height --------- Co-authored-by: Murat Merdoglu --- src/components/topbar/StatusAlerts.vue | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/src/components/topbar/StatusAlerts.vue b/src/components/topbar/StatusAlerts.vue index 95329aafdf..19a230a975 100644 --- a/src/components/topbar/StatusAlerts.vue +++ b/src/components/topbar/StatusAlerts.vue @@ -10,29 +10,30 @@ v-for="(item, index) in statusAlerts" :key="index" :data-test-id="`alert-item-${index}`" - class="alert-item" + class="alert-item py-2" > -