diff --git a/zephyr/static/templates/notification.handlebars b/zephyr/static/templates/notification.handlebars
index fe27a4ada7..78eb3b0c07 100644
--- a/zephyr/static/templates/notification.handlebars
+++ b/zephyr/static/templates/notification.handlebars
@@ -5,7 +5,7 @@
- {{sender_fullname}}:
+ {{sender_fullname}}
{{content}}
diff --git a/zephyr/static/third/bootstrap-notify/css/bootstrap-notify.css b/zephyr/static/third/bootstrap-notify/css/bootstrap-notify.css
index ca6199f167..e378306221 100644
--- a/zephyr/static/third/bootstrap-notify/css/bootstrap-notify.css
+++ b/zephyr/static/third/bootstrap-notify/css/bootstrap-notify.css
@@ -161,7 +161,7 @@
*/
-.notifications{position:fixed;}.notifications.top-right{right:25px;top:60px;z-index:9980;width:200px;}
+.notifications{position:fixed;}.notifications.top-right{right:25px;top:60px;z-index:9980;width:300px;}
.notifications.top-left{left:10px;top:25px;}
.notifications.bottom-left{left:10px;bottom:25px;}
.notifications.bottom-right{right:10px;bottom:25px;}