diff --git a/src/components/Snotify/snotify.html b/src/components/Snotify/snotify.html
index b82a273..c5d4f3c 100644
--- a/src/components/Snotify/snotify.html
+++ b/src/components/Snotify/snotify.html
@@ -1,7 +1,9 @@
diff --git a/src/components/SnotifyToast/toast.html b/src/components/SnotifyToast/toast.html
index 82fb0f9..57334a9 100644
--- a/src/components/SnotifyToast/toast.html
+++ b/src/components/SnotifyToast/toast.html
@@ -10,19 +10,33 @@
transition: toast.config.animation.time + 'ms'
}"
@click="onClick" @mouseenter="onMouseEnter" @mouseleave="onMouseLeave" @animationend="onExitTransitionEnd">
-
-
-
-
-
{{toast.title | truncate(toast.config.titleMaxLength)}}
-
{{toast.body | truncate(toast.config.bodyMaxLength)}}
-
-
-
-
-
![]()
+
+
+
+
+
+
+
+ {{toast.title | truncate(toast.config.titleMaxLength)}}
+
+
+ {{toast.body | truncate(toast.config.bodyMaxLength)}}
+
+
+
+
+
+
+
+
+
![]()
+
+
+
-
+
+
+