fix overflows

This commit is contained in:
Henry Jameson 2022-02-04 14:20:56 +02:00
commit d361a4d7dc
4 changed files with 13 additions and 10 deletions

View file

@ -9,7 +9,7 @@
& .text,
& .summary {
font-family: var(--postFont, sans-serif);
white-space: pre-wrap;
white-space: normal;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;