From 9da806d2fab24d02344324aa8bec0e2f6095bd21 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Fri, 18 Jul 2014 20:06:41 -0400 Subject: [PATCH] removing 100% width on non-lightboxed images --- app/assets/stylesheets/desktop/topic-post.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index edc70c1685..72d08678f2 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -751,10 +751,6 @@ $topic-avatar-width: 45px; &.highlighted { background-color: scale-color($tertiary, $lightness: 85%); } - .cooked p img, .cooked p svg { - max-width: 100%; - height: auto; - } } .topic-avatar { border-top: 1px solid scale-color-diff();