From 05b6903cae195c8e273178afa8ef1a6f8956cd7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 5 Sep 2014 12:25:30 +0200 Subject: [PATCH] Limit image in comments to be max 100% of comments width --- app/styles/components/wysiwyg.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/styles/components/wysiwyg.scss b/app/styles/components/wysiwyg.scss index 1d585684..6b02d718 100644 --- a/app/styles/components/wysiwyg.scss +++ b/app/styles/components/wysiwyg.scss @@ -85,4 +85,7 @@ border-right: 0; } } + img { + max-width: 100%; + } }