From 5a73f2215a1909a9eadc590350e4a2b64066cf3b Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Wed, 14 Sep 2016 05:19:17 -0400 Subject: [PATCH] TESTING - Add Site Notice (Kind of required) --- app/views/layouts/default.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/default.php b/app/views/layouts/default.php index 7289fd7..0474f70 100755 --- a/app/views/layouts/default.php +++ b/app/views/layouts/default.php @@ -90,7 +90,8 @@ $('
') .css({ margin: 8, - color: 'black' + color: 'black', + white-space: pre-wrap, }) .html(notice) )