mirror of https://github.com/zulip/zulip.git
css: Specify message_content line-height in relative units.
This fixes (or at least reduces) a problem with inline `code blocks` causing extra uneven vertical space below their line. The absolute line-height was being measured relative to the lower midline of the smaller font-size in the code blocks. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
dae142a6a3
commit
b7e3f710b6
|
@ -1254,7 +1254,7 @@ div.focused_table {
|
|||
}
|
||||
|
||||
.message_content {
|
||||
line-height: 17px;
|
||||
line-height: 1.214;
|
||||
min-height: 17px;
|
||||
font-size: 14px;
|
||||
margin-left: 46px;
|
||||
|
|
Loading…
Reference in New Issue