mirror of https://github.com/zulip/zulip.git
Override Bootstrap's big blockquotes
(imported from commit ea69c25ba5c02ec13d19e8632927b49476813cba)
This commit is contained in:
parent
e6b80c890d
commit
de298d732b
|
@ -124,6 +124,11 @@ blockquote {
|
|||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
line-height: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
td.messagebox {
|
||||
width: 470px;
|
||||
max-width: 470px;
|
||||
|
|
Loading…
Reference in New Issue