Remove border on nested tables.

This commit is contained in:
Maurice Parker 2020-03-21 17:14:39 -05:00
parent f2d9552c85
commit 2f3482d260

View File

@ -153,7 +153,10 @@ code, pre {
border: 1px solid var(--accent-color); border: 1px solid var(--accent-color);
font-size: inherit; font-size: inherit;
} }
.nnw-overflow table table {
margin-bottom: 0;
border: none;
}
.nnw-overflow td, .nnw-overflow th { .nnw-overflow td, .nnw-overflow th {
-webkit-hyphens: none; -webkit-hyphens: none;
word-break: normal; word-break: normal;