From 28e03921ebdda17390571bbc385fa9e310f00c04 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 10 Aug 2016 17:50:22 +0200 Subject: Update content.css --- css/content.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/content.css b/css/content.css index b9bd87f35..483406a60 100644 --- a/css/content.css +++ b/css/content.css @@ -574,14 +574,17 @@ } #app-content .body img, - #app-content .body table, - #app-content .body iframe { + #app-content .body table { max-width: 100%; height: auto; overflow: auto; word-wrap: break-word; white-space:normal; } + + #app-content .body iframe { + max-width: 100%; + } #app-content .body > div > img:first-child, #app-content .body > div > :first-child > img:first-child { -- cgit v1.2.3