fix default word break behaviour

This commit is contained in:
Konstantin Schaper
2020-09-01 10:01:52 +02:00
committed by René Pfeuffer
parent bf15c2d6ba
commit 9fba2f301e

View File

@@ -19,7 +19,7 @@ $family-monospace: "Courier New", Monaco, Menlo, "Ubuntu Mono", "source-code-pro
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-break: break-all;
word-break: break-word;
}
.has-rounded-border {