# HG changeset patch # User domruf # Date 2018-02-20 20:31:18 # Node ID 124600ca326ec2c934235cd4921520573681f960 # Parent 17c999c48ab665a7400c2eb573afde29ef11cd7c less: use "vertical-align: baseline" in changelog to align texts of different sizes Date and hash use smaller fonts so use baseline to align the texts. (The checkbox-column doesn't follow this alignment and is jumping around (and controlling the line height).) diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -782,6 +782,7 @@ div.comment-prev-next-links div.next-com overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + vertical-align: baseline; } .checkbox-column { width: 24px;