summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to '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 {