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:
Anders Kaseorg 2019-07-08 16:12:33 -07:00 committed by Tim Abbott
parent dae142a6a3
commit b7e3f710b6
1 changed files with 1 additions and 1 deletions

View File

@ -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;