# HG changeset patch # User domruf # Date 1519155078 -3600 # 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 -r 17c999c48ab6 -r 124600ca326e kallithea/public/less/style.less --- a/kallithea/public/less/style.less Tue Jan 30 18:44:25 2018 +0100 +++ b/kallithea/public/less/style.less Tue Feb 20 20:31:18 2018 +0100 @@ -782,6 +782,7 @@ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + vertical-align: baseline; } .checkbox-column { width: 24px;