changeset 7177:124600ca326e

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).)
author domruf <dominikruf@gmail.com>
date Tue, 20 Feb 2018 20:31:18 +0100
parents 17c999c48ab6
children b752e8e27e76
files kallithea/public/less/style.less
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;