From 9f516caa35052570db1bacb85e0d3f6c15d4f690 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sat, 21 Mar 2020 17:19:03 -0500 Subject: [PATCH] Don't use borders on nested tables. Issue #1936 --- iOS/Resources/styleSheet.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index d9eddcf15..5f403c4de 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -169,6 +169,10 @@ code, pre { border: 1px solid var(--secondary-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;