Changeset - 124600ca326e
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2018-02-20 20:31:18
dominikruf@gmail.com
Grafted from: fa609ef704a4
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).)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/style.less
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)