mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-17 08:34:54 -04:00
Fix word break in renderer
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
749345ec57
commit
1ba4859489
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
.markdown-body {
|
.markdown-body {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-family: 'Source Sans Pro', "twemoji", sans-serif;
|
font-family: 'Source Sans Pro', "twemoji", sans-serif;
|
||||||
|
word-break: break-word;
|
||||||
|
|
||||||
.alert > p, .alert > ul {
|
.alert > p, .alert > ul {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue