Merge pull request #1688 from Wevah/ios-candidate

Make tables obey Dynamic Type
This commit is contained in:
Brent Simmons 2020-01-22 12:07:54 -08:00 committed by GitHub
commit 9f8c0ac2a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;