From 0bdf77562dcd9af6ef9be3fc508c87a83d4fda2f Mon Sep 17 00:00:00 2001 From: zmagod Date: Thu, 6 Oct 2016 13:49:24 +0200 Subject: [PATCH] add word-wrap to notrification index page [fixes SCI-556] --- app/assets/stylesheets/themes/scinote.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 40bbf2287..5c5a9bc96 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -179,6 +179,11 @@ table { } +.notification { + padding-right: 8px; + word-wrap: break-word; +} + #search-menu { padding-right: 0;