summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-08-10 17:46:58 +0200
committerGitHub <noreply@github.com>2016-08-10 17:46:58 +0200
commite89c5422cadc4298a4c0f3f9aaa66e0e20d39164 (patch)
tree88f710693a718c6c642ef3c4ab6d1b9b3aa287e4 /css
parente74f6db36d411248f23c455095ed9f4f21ad2823 (diff)
Fix #10
Diffstat (limited to 'css')
-rw-r--r--css/content.css3
1 files changed, 2 insertions, 1 deletions
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;