mirror of https://github.com/zulip/zulip.git
Apply margin to zephyr content more sanely
(imported from commit 93fd1603c1b838cd0bc5f965c573333599ebfe84)
This commit is contained in:
parent
f63759679a
commit
02bee4b4d0
|
@ -31,5 +31,5 @@
|
|||
<span class="zephyr_sender_username">{{sender}}</span>
|
||||
</span>
|
||||
<span class="zephyr_time" title="{{full_date_str}}">{{timestr}}</span>
|
||||
{{{content}}}
|
||||
<div class="zephyr_content">{{{content}}}</div>
|
||||
</td>
|
||||
|
|
|
@ -116,11 +116,7 @@ table.zephyr_table {
|
|||
margin-left: auto;
|
||||
}
|
||||
|
||||
.messagebox p {
|
||||
margin-left: 45px;
|
||||
}
|
||||
|
||||
.messagebox .codehilite {
|
||||
.zephyr_content {
|
||||
margin-left: 45px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue