From a188f967156da304165cc9a2c7bba68a0e84d705 Mon Sep 17 00:00:00 2001 From: Paul Adam Davis Date: Tue, 24 Jun 2014 13:30:33 +0100 Subject: [PATCH] Prevent notifications from being too tall and unclosable Closes #1558 - Adds a wrapping tag around the notification message - Change tests to look for new wrapping tag For the fix to work properly, it needs styles from the [0.8 branch](https://github.com/TryGhost/Ghost-UI/commit/b98029911c4695f17cb9d05bc48ca5e8eeb77bf6) of Ghost-UI --- ghost/admin/templates/components/gh-notification.hbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghost/admin/templates/components/gh-notification.hbs b/ghost/admin/templates/components/gh-notification.hbs index 4fc3731ab1..1cc4a04010 100644 --- a/ghost/admin/templates/components/gh-notification.hbs +++ b/ghost/admin/templates/components/gh-notification.hbs @@ -1,4 +1,6 @@
- {{{message.message}}} + + {{{message.message}}} +
\ No newline at end of file