fix: add div wrapper around markdown tables to allow overflows (#177)
This commit is contained in:
parent
4bae11bdc6
commit
0ea7ebf1a2
2 changed files with 8 additions and 2 deletions
|
@ -110,8 +110,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
table:not(.lntable) {
|
||||
.table-wrap {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
table:not(.lntable) {
|
||||
display: table;
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue