From 684dc4dcad6f7ecfa62774726df04ce0f89a96bd Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 6 Jun 2017 14:39:50 -0400 Subject: PLT-6543 Fixed markdown images from overflowing width of post list (#6584) --- webapp/sass/layout/_markdown.scss | 3 +-- webapp/sass/responsive/_mobile.scss | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'webapp/sass') diff --git a/webapp/sass/layout/_markdown.scss b/webapp/sass/layout/_markdown.scss index 7cc79dba8..8d06d47cb 100644 --- a/webapp/sass/layout/_markdown.scss +++ b/webapp/sass/layout/_markdown.scss @@ -52,7 +52,6 @@ h6 { -moz-force-broken-image-icon: 1; margin: 5px 0; max-height: 500px; - max-width: 500px; } } @@ -214,4 +213,4 @@ code { font-size: 1.2em; margin-top: 30px; } -} \ No newline at end of file +} diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss index dd92d6b59..ce11cf18b 100644 --- a/webapp/sass/responsive/_mobile.scss +++ b/webapp/sass/responsive/_mobile.scss @@ -1,12 +1,6 @@ @charset 'UTF-8'; @media screen and (max-width: 768px) { - #post-list { - .markdown-inline-img { - max-width: 100%; - } - } - .member-role .member-menu, .member-drop .member-menu { right: 0; -- cgit v1.2.3-1-g7c22