# HG changeset patch # User Mads Kiilerich # Date 1528328842 -7200 # Node ID 6d69d2448627bbedf8274645157492fad343aba2 # Parent b3289fef0daa78f37bd14fbe70f668a8edbf8eb9 changelog: override the Bootstrap default and give changeset labels less bottom padding so the bottom border doesn't get truncated diff -r b3289fef0daa -r 6d69d2448627 kallithea/public/less/kallithea-labels.less --- a/kallithea/public/less/kallithea-labels.less Thu Jun 07 01:46:02 2018 +0200 +++ b/kallithea/public/less/kallithea-labels.less Thu Jun 07 01:47:22 2018 +0200 @@ -89,3 +89,6 @@ border: 1px solid #d9e8f8; color: #577632; } +.extra-container > .label { + padding-bottom: 0.2em; +}