# HG changeset patch # User Mads Kiilerich # Date 2019-03-24 03:40:34 # Node ID 343c76c6f741ae1ecd1dae3f2e97a66aff38576c # Parent 6188d37b9d72aae60b4b3d54e1beee0706eff332 style: drop changelog table outer spacing - especially to make right-aligned tags align with the general panel-body margin diff --git a/kallithea/front-end/style.less b/kallithea/front-end/style.less --- a/kallithea/front-end/style.less +++ b/kallithea/front-end/style.less @@ -818,9 +818,13 @@ div.comment-prev-next-links div.next-com 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] {