File tree 1 file changed +3
-3
lines changed
frontend/express/public/javascripts/countly/vue/components
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 985
985
class="cly-vue-notification__alert-box"
986
986
:class="dynamicClasses"
987
987
>
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 ">
989
989
<div class="bu-is-flex" style="width:100%">
990
990
<img
991
- class="alert-image bu-mr-3 "
991
+ class="alert-image bu-p-2 "
992
992
data-test-id="cly-notification-img"
993
993
:src="image"
994
994
>
1024
1024
<slot name="close">
1025
1025
<i
1026
1026
: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 "
1028
1028
/>
1029
1029
</slot>
1030
1030
</div>
You can’t perform that action at this time.
0 commit comments