diff --git a/resources/assets/js/components/NotificationPlugin/Notification.vue b/resources/assets/js/components/NotificationPlugin/Notification.vue index 3f82bff14..8a2186e77 100644 --- a/resources/assets/js/components/NotificationPlugin/Notification.vue +++ b/resources/assets/js/components/NotificationPlugin/Notification.vue @@ -4,7 +4,7 @@ data-notify="container" :class="[ 'alert alert-notify', - 'fixed flex items-center justify-between', + 'fixed w-full sm:w-500 flex items-center justify-between', { 'rtl:right-0 ltr:left-0' : horizontalAlign == 'left', 'sm:rtl:right-4 sm:ltr:left-4' : horizontalAlign == 'left', @@ -25,7 +25,7 @@ ]" role="alert" :style="customPosition" - style="z-index: 100; max-width: 60%;" + style="z-index: 100;" data-notify-position="top-center" >