From 50e581d88ad4901b13bbf99b2e58a5787b6bccec Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Sat, 9 Jul 2016 20:24:16 -0400 Subject: Set max-width for embedded images --- view/theme/redbasic/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3