From 945fec62c2efa6baf7b32c8a85ba658dfd9311c9 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 22 Jul 2022 17:07:37 +0200 Subject: [PATCH] fix(Notification): improve placement with description --- src/runtime/components/overlays/Notification.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/runtime/components/overlays/Notification.vue b/src/runtime/components/overlays/Notification.vue index 9a5c795a..2e7837e4 100644 --- a/src/runtime/components/overlays/Notification.vue +++ b/src/runtime/components/overlays/Notification.vue @@ -15,11 +15,11 @@ >
-
-
+
+
-
+

{{ title }}

@@ -27,7 +27,7 @@ {{ description }}

-
+
@@ -36,8 +36,8 @@
-
-
+
+
@@ -47,7 +47,7 @@