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,