From e88643f9b916e1381ec2d14d6c7117c10f562a33 Mon Sep 17 00:00:00 2001 From: Nate Weaver Date: Wed, 22 Jan 2020 05:26:12 -0600 Subject: [PATCH] Make tables obey Dynamic Type --- iOS/Resources/styleSheet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index fd8cbff5e..2f03a7ef2 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -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;