summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGaute Hope <eg@gaute.vetsj.com>2018-07-03 19:11:36 +0200
committerGaute Hope <eg@gaute.vetsj.com>2018-07-03 19:34:04 +0200
commit4286aab7997968c08601f3771213998d64c35f18 (patch)
tree2e18ff4e522cefdb7631cc7d47d3af38a5bb4c29 /ui
parentc3f158bef5d286ba7a283160ebfd9e9ef00c6126 (diff)
fix #512: break words at word
Diffstat (limited to 'ui')
-rw-r--r--ui/part.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/part.scss b/ui/part.scss
index 728c87c..2e04c4e 100644
--- a/ui/part.scss
+++ b/ui/part.scss
@@ -20,7 +20,8 @@ body {
background-color: white !important;
overflow-x: auto;
overflow-y: hidden;
- word-break: break-all;
+ word-break: break-word;
+ word-wrap: break-word;
font-size: $font-base-size;
font-family: $font-family-default;