From d9d98f1c05a3b58ac57c2f4018602b3a54995648 Mon Sep 17 00:00:00 2001 From: Jaan Janesmae Date: Wed, 11 Mar 2020 22:55:53 +0200 Subject: [PATCH] Automatically breaking lines, fix #4 --- public/signs.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/signs.css b/public/signs.css index 7123771..4b10b2b 100644 --- a/public/signs.css +++ b/public/signs.css @@ -60,6 +60,17 @@ body { user-modify: read-write; border: none; outline: none; + + -ms-word-break: break-all; + word-break: break-all; + + /* Non standard for webkit */ + word-break: break-word; + + -webkit-hyphens: auto; + -moz-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; } /** Screen **/