mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-23 06:31:15 +00:00
fix(renderer-style): reduce table line breaks
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
ad3859c9df
commit
c7cb4ae7d3
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@
|
||||||
table {
|
table {
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
word-break: keep-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
td,
|
td,
|
||||||
|
|
Loading…
Reference in a new issue