From 2f3482d260d8e52b125d163015141dc3501b476d Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sat, 21 Mar 2020 17:14:39 -0500 Subject: [PATCH] Remove border on nested tables. --- Mac/MainWindow/Detail/styleSheet.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Mac/MainWindow/Detail/styleSheet.css b/Mac/MainWindow/Detail/styleSheet.css index 2f64566e5..735e5abdb 100644 --- a/Mac/MainWindow/Detail/styleSheet.css +++ b/Mac/MainWindow/Detail/styleSheet.css @@ -153,7 +153,10 @@ code, pre { border: 1px solid var(--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;