css: Delete custom CSS for message-edit-history.

This logic effectively badly duplicated the existing rendered_markdown
CSS.
This commit is contained in:
Tim Abbott 2019-07-31 11:56:45 -07:00
parent ba66dfe977
commit 4fbc74bb0b

View File

@ -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;
}