aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-07-09 20:24:16 -0400
committerAndrew Manning <tamanning@zoho.com>2016-07-09 20:24:16 -0400
commit50e581d88ad4901b13bbf99b2e58a5787b6bccec (patch)
tree19fedcca27d23ba39969e67c63a769c47de8a216
parent47d7fc70e8cdf408cc7e5e5eb7e5f871d973136e (diff)
downloadvolse-hubzilla-50e581d88ad4901b13bbf99b2e58a5787b6bccec.tar.gz
volse-hubzilla-50e581d88ad4901b13bbf99b2e58a5787b6bccec.tar.bz2
volse-hubzilla-50e581d88ad4901b13bbf99b2e58a5787b6bccec.zip
Set max-width for embedded images
-rw-r--r--view/theme/redbasic/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 5768ccbd9..a63042b87 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2039,3 +2039,7 @@ dl.bb-dl > dd > li {
border-style: solid;
border-width: 5px;
}
+
+#wiki-preview img {
+ max-width: 100%;
+} \ No newline at end of file