changeset 7321:6d69d2448627

changelog: override the Bootstrap default and give changeset labels less bottom padding so the bottom border doesn't get truncated
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 07 Jun 2018 01:47:22 +0200
parents b3289fef0daa
children 1d5145d52c30
files kallithea/public/less/kallithea-labels.less
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
+}