From 985ee2220a637553e20db44a539b73b401b4bd2a Mon Sep 17 00:00:00 2001 From: Harrys Ravalomanana Date: Thu, 13 Jun 2019 15:20:46 +0400 Subject: [PATCH] PHRAS-2618 #comment fix title and description display #time 2h --- resources/www/permaview/styles/main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/www/permaview/styles/main.scss b/resources/www/permaview/styles/main.scss index 8f347b1541..a7ed1a6526 100644 --- a/resources/www/permaview/styles/main.scss +++ b/resources/www/permaview/styles/main.scss @@ -40,6 +40,7 @@ h1 { font-size: 26px; font-weight: bold; padding: 30px 0 20px; + word-break: break-all; } .content-container { @@ -65,6 +66,9 @@ h1 { dl { margin-bottom: 20px; + &.dl-horizontal { + word-break: break-all; + } } dt,