From 0800c7700255ec50e13d72f03a44f0c94e5f35ac Mon Sep 17 00:00:00 2001 From: Nate Weaver Date: Mon, 30 Dec 2019 14:42:05 -0600 Subject: [PATCH] Remove now-unneeded style rule --- iOS/Resources/styleSheet.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index 157fcfea5..c84d79e0e 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -134,9 +134,6 @@ pre { .nnw-overflow { overflow-x: auto; } -td > pre { - overflow-x: hidden; -} code, pre { font-family: "SF Mono", Menlo, "Courier New", Courier, monospace; font-size: 14px;