changeset 7606:343c76c6f741

style: drop changelog table outer spacing - especially to make right-aligned tags align with the general panel-body margin
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 24 Mar 2019 03:40:34 +0100
parents 6188d37b9d72
children a44211a99d28
files kallithea/front-end/style.less
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/front-end/style.less	Fri Mar 22 02:11:45 2019 +0100
+++ b/kallithea/front-end/style.less	Sun Mar 24 03:40:34 2019 +0100
@@ -818,9 +818,13 @@
     text-overflow: ellipsis;
     white-space: nowrap;
     vertical-align: baseline;
+    &:last-child {
+      padding-right: 0;
+    }
   }
   .checkbox-column {
-    width: 24px;
+    width: 20px;
+    padding: 0;
     /* the optional second checkbox will be inline-block but should wrap to a new line */
     white-space: normal;
     > input[type=checkbox] {