Don't use borders on nested tables. Issue #1936

This commit is contained in:
Maurice Parker 2020-03-21 17:19:03 -05:00
parent e7436925ad
commit 9f516caa35
1 changed files with 4 additions and 0 deletions

View File

@ -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;