From 76f6e30078e3f10bce470cfa0a9617210a1b156b Mon Sep 17 00:00:00 2001 From: zmagod Date: Mon, 17 Oct 2016 15:36:33 +0200 Subject: [PATCH] fixes word-wrap on mozilla --- app/assets/stylesheets/themes/scinote.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 962fa9598..fd4050810 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -565,6 +565,7 @@ a[data-toggle="tooltip"] { li { display: block; text-align: left; + word-wrap: break-word; &:hover { background-color: $color-concrete; @@ -572,8 +573,10 @@ a[data-toggle="tooltip"] { a { color: $color-emperor; + display: block; line-height: 1.6em; padding: 3px 20px; + text-align: left; text-decoration: none; word-wrap: break-word; }