From fa4c3de83cc0b6a515c6dd3f3e77e9b671237b95 Mon Sep 17 00:00:00 2001 From: decabeza Date: Tue, 24 Jul 2018 13:05:16 +0200 Subject: [PATCH] Fixes word wrap on document links --- app/assets/stylesheets/layout.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index fc1205aff..a140fca4c 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2502,10 +2502,6 @@ table { padding: 0 $line-height / 2; position: relative; - a { - word-wrap: break-word; - } - .icon-document { color: #007bb7; display: inline-block; @@ -2520,6 +2516,10 @@ table { } } +.document-link a { + word-wrap: break-word; +} + .additional-document-link { background: $highlight-soft; border: 1px solid $highlight;