sheet.xsl: fix word wrap

master
pictuga 2020-05-06 16:58:28 +02:00
parent eba295cba8
commit 74d7a1eca2
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
body {
overflow-wrap: anywhere;
word-wrap: anywhere;
word-break: break-word;
font-family: sans-serif;
}