Make tables obey Dynamic Type

This commit is contained in:
Nate Weaver 2020-01-22 05:26:12 -06:00
parent 61ccf6fa1f
commit e88643f9b9
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ code, pre {
margin-bottom: 1px;
border-spacing: 0;
border: 1px solid var(--secondary-accent-color);
font-size: inherit;
}
.nnw-overflow td, .nnw-overflow th {
-webkit-hyphens: none;