From 23f69d8061570fe710596602868586fbda5072c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 26 Apr 2020 18:08:21 +0200 Subject: Testing hyphenation and word breaks. --- static/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/style.css b/static/style.css index bc22f765..443dc069 100644 --- a/static/style.css +++ b/static/style.css @@ -449,7 +449,18 @@ along with their colors. .events .event { width: 100%; + min-height: 3ex; + /* + lang="sv" on html doesn't seem to propagate down + individual lang="sv" on the individual elements doesn't seem to work + Manual insertions of ­ work, but is way to much work. + */ + hyphens: auto; + word-break: break-all; +} +.event .body { + hyphens: auto; } .events .event.continuing { -- cgit v1.2.3