Remove border on nested tables.

This commit is contained in:
Maurice Parker 2020-03-21 17:14:39 -05:00
parent f2d9552c85
commit 2f3482d260
1 changed files with 4 additions and 1 deletions

View File

@ -153,7 +153,10 @@ code, pre {
border: 1px solid var(--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;