Skip to content

Commit 124e2b4

Browse files
Merge pull request #5801 from Countly/cly-vue-notification-css-issue
fix: CSS issues on "cly-vue-notification" component
2 parents 54fa684 + 35673c6 commit 124e2b4

File tree

1 file changed

+3
-3
lines changed
  • frontend/express/public/javascripts/countly/vue/components

1 file changed

+3
-3
lines changed

frontend/express/public/javascripts/countly/vue/components/helpers.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -985,10 +985,10 @@
985985
class="cly-vue-notification__alert-box"
986986
:class="dynamicClasses"
987987
>
988-
<div class="bu-is-flex bu-is-justify-content-space-between bu-p-3">
988+
<div class="bu-is-flex bu-is-justify-content-space-between bu-is-align-items-center">
989989
<div class="bu-is-flex" style="width:100%">
990990
<img
991-
class="alert-image bu-mr-3"
991+
class="alert-image bu-p-2"
992992
data-test-id="cly-notification-img"
993993
:src="image"
994994
>
@@ -1024,7 +1024,7 @@
10241024
<slot name="close">
10251025
<i
10261026
:data-test-id="closeIconDataId"
1027-
class="cly-vue-notification__alert-box__close-icon el-icon-close"
1027+
class="cly-vue-notification__alert-box__close-icon el-icon-close bu-mr-2"
10281028
/>
10291029
</slot>
10301030
</div>

0 commit comments

Comments
 (0)