mirror of https://github.com/zulip/zulip.git
Lower margin on blockquotes
(imported from commit 20e06c7424c51ae3e0974472539f2e401cff5d70)
This commit is contained in:
parent
02bee4b4d0
commit
bbb7fd0966
|
@ -120,6 +120,10 @@ table.zephyr_table {
|
|||
margin-left: 45px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
td.messagebox {
|
||||
width: 470px;
|
||||
max-width: 470px;
|
||||
|
|
Loading…
Reference in New Issue