From eba54653c386b7d8aa57a495bebf43a4db2fdc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Thu, 9 Jan 2014 18:43:23 +0100 Subject: [PATCH] BUGFIX: bouncing images everywhere! NOTE: inline attribute and style do not have precedence over CSS styling... --- app/assets/stylesheets/desktop/topic-post.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 8afa9a3b8ba..848c6b74972 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -692,7 +692,6 @@ blockquote { /* solo quotes */ } img, svg { max-width: 100%; - height: auto; } }