From 1014769df68981035b0688bf3385a23302f591f8 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 22 Oct 2023 21:44:11 +0200 Subject: [PATCH] silbentrennung --- assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index e14f34d8..bfcfd3fd 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -382,6 +382,10 @@ details[open] summary { .text-justify { text-align: justify; + hyphens: auto; + -moz-hyphens: auto; + -webkit-hyphens: auto; + -ms-hyphens: auto; } .fb-tile-color {