From 9e9f421db7a93f4e908754093c32aec6f5ee03e4 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Mon, 2 Feb 2015 13:33:07 -0800 Subject: [PATCH] break words in note css --- app/assets/stylesheets/specific/notes.css.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/specific/notes.css.scss b/app/assets/stylesheets/specific/notes.css.scss index 8ed5d236b..dd1deb55d 100644 --- a/app/assets/stylesheets/specific/notes.css.scss +++ b/app/assets/stylesheets/specific/notes.css.scss @@ -74,8 +74,7 @@ div#note-container { div.note-box.embedded div.note-box-inner-border { text-align: center; - display: table-cell; - vertical-align: middle; + word-wrap: break-word; } }