mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
css: Delete custom CSS for message-edit-history.
This logic effectively badly duplicated the existing rendered_markdown CSS.
This commit is contained in:
parent
ba66dfe977
commit
4fbc74bb0b
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user