mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-22 20:51:13 +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 {
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
word-break: keep-all;
|
||||
}
|
||||
|
||||
td,
|
||||
|
|
Loading…
Reference in a new issue