From 3aca559715643af15527bdbfe0807aa497f983e1 Mon Sep 17 00:00:00 2001 From: btzr-io Date: Wed, 4 Oct 2017 22:18:29 -0600 Subject: [PATCH] fix issue with card-row header --- ui/scss/component/_card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scss/component/_card.scss b/ui/scss/component/_card.scss index c278ef5f9..e0cbf524e 100644 --- a/ui/scss/component/_card.scss +++ b/ui/scss/component/_card.scss @@ -235,7 +235,7 @@ $padding-right-card-hover-hack: 30px; margin-right: $spacing-vertical; } .card-row__header { - margin-bottom: $spacing-vertical / 3; + margin-bottom: 16px; } .card-row__scrollhouse {