From 4fbc74bb0b43c36825218edf0b4ce672a72ccf49 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 31 Jul 2019 11:56:45 -0700 Subject: [PATCH] css: Delete custom CSS for message-edit-history. This logic effectively badly duplicated the existing rendered_markdown CSS. --- static/styles/rendered_markdown.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/static/styles/rendered_markdown.scss b/static/styles/rendered_markdown.scss index 4baceba413..21cb32658f 100644 --- a/static/styles/rendered_markdown.scss +++ b/static/styles/rendered_markdown.scss @@ -396,14 +396,6 @@ TODO: This should likely also be put inside .rendered_content */ word-break: break-all; } -#message-edit-history .message_inline_image { - height: auto; - overflow-y: auto; - overflow-x: hidden; - text-overflow: ellipsis; - margin: 0px; -} - .message_inline_ref { margin-bottom: 5px; margin-left: 5px; @@ -444,10 +436,6 @@ TODO: This should likely also be put inside .rendered_content */ margin-left: 10px; } -#message-edit-history .message_inline_image img { - max-height: 100px; -} - li .message_inline_image img { float: none; }