mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
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:
committed by
Tim Abbott
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;
|
||||
|
||||
Reference in New Issue
Block a user