From 74fc105304eb2f5dccc66aede4c2aeee3c37af94 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Thu, 30 May 2019 13:13:13 +0300 Subject: [PATCH] use break-word as a default rule --- src/App/styles.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/styles.less b/src/App/styles.less index adfe57aa7..b17378c01 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -64,6 +64,7 @@ background: none; box-shadow: none; overflow: hidden; + word-break: break-word; } html, body, :global(#app) {