From 39fe6bfff231458aca2f4b075e870675bc369c3f Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Fri, 5 Jun 2015 00:12:05 +0200 Subject: [PATCH] Set max-width to 100% for images in post-content --- app/assets/stylesheets/post-content.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/post-content.scss b/app/assets/stylesheets/post-content.scss index 3300d25f5..015be7da6 100644 --- a/app/assets/stylesheets/post-content.scss +++ b/app/assets/stylesheets/post-content.scss @@ -1,4 +1,5 @@ .post-content { + img { max-width: 100%; } .photo_attachments { margin-top: 7px; padding-bottom: 10px;