From a4e6ef89a79cca8dd04e6aa7f7b0a99696088540 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 26 Jan 2018 16:08:48 +0000 Subject: [PATCH] =?UTF-8?q?And=20fix=20spacing=20for=20inbound=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/stylesheets/components/table.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/components/table.scss b/app/assets/stylesheets/components/table.scss index e7ad5f38a..4e66d2452 100644 --- a/app/assets/stylesheets/components/table.scss +++ b/app/assets/stylesheets/components/table.scss @@ -230,12 +230,18 @@ } .table-show-more-link { + @include core-16; color: $secondary-text-colour; margin-bottom: $gutter * 1.3333; border-bottom: 1px solid $border-colour; padding: 10px 0 10px 0; text-align: center; + + .table + & { + margin-top: -$gutter; + } + } a.table-show-more-link {