From e89c5422cadc4298a4c0f3f9aaa66e0e20d39164 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 10 Aug 2016 17:46:58 +0200 Subject: Fix #10 --- css/content.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/content.css b/css/content.css index aebcb6995..b9bd87f35 100644 --- a/css/content.css +++ b/css/content.css @@ -574,7 +574,8 @@ } #app-content .body img, - #app-content .body table { + #app-content .body table, + #app-content .body iframe { max-width: 100%; height: auto; overflow: auto; -- cgit v1.2.3