Fix word break in renderer

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
Tilman Vatteroth 2020-08-08 14:37:18 +02:00 committed by mrdrogdrog
parent 749345ec57
commit 1ba4859489

View file

@ -3,6 +3,7 @@
.markdown-body {
position: relative;
font-family: 'Source Sans Pro', "twemoji", sans-serif;
word-break: break-word;
.alert > p, .alert > ul {
margin-bottom: 0;