From 1d7cbe55961dfa273336cca369db12c81c22720f Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 16 Sep 2019 18:12:56 -0500 Subject: [PATCH] Fix super wide div's. Issue #1010 --- Mac/MainWindow/Detail/styleSheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/MainWindow/Detail/styleSheet.css b/Mac/MainWindow/Detail/styleSheet.css index 12c55b093..97ab0e019 100644 --- a/Mac/MainWindow/Detail/styleSheet.css +++ b/Mac/MainWindow/Detail/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;