summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-08-10 17:50:22 +0200
committerGitHub <noreply@github.com>2016-08-10 17:50:22 +0200
commit28e03921ebdda17390571bbc385fa9e310f00c04 (patch)
tree1b215b6e71309d30884760d2fc3eaac0b141b3ce
parente89c5422cadc4298a4c0f3f9aaa66e0e20d39164 (diff)
Update content.css
-rw-r--r--css/content.css7
1 files 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 {