From 3c1b0cf96165149738e7e32269c2b1cf1134fb52 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 16 Sep 2019 18:19:28 -0500 Subject: [PATCH] Fix css to handle super wide divs. --- iOS/Resources/styleSheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index eef49dfab..f62e5085f 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -122,7 +122,7 @@ code, pre { pre { white-space: pre-wrap; } -img, figure, video, iframe { +img, figure, video, iframe, div { max-width: 100%; height: auto !important; margin: 0 auto;