Don't use borders on nested tables. Issue #1936
This commit is contained in:
parent
e7436925ad
commit
9f516caa35
|
@ -169,6 +169,10 @@ code, pre {
|
|||
border: 1px solid var(--secondary-accent-color);
|
||||
font-size: inherit;
|
||||
}
|
||||
.nnw-overflow table table {
|
||||
margin-bottom: 0;
|
||||
border: none;
|
||||
}
|
||||
.nnw-overflow td, .nnw-overflow th {
|
||||
-webkit-hyphens: none;
|
||||
word-break: normal;
|
||||
|
|
Loading…
Reference in New Issue