From 00bb5299449fe66b45835ccda5b9122b7eb72408 Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Wed, 25 Apr 2018 15:02:45 -0700 Subject: [PATCH] feedback --- src/components/card/_card.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/card/_card.scss b/src/components/card/_card.scss index bbf64af9dd0..678bade623a 100644 --- a/src/components/card/_card.scss +++ b/src/components/card/_card.scss @@ -53,7 +53,6 @@ $euiCardTitleSize: 18px; // Hardcoded pixel value for theme parity. /** * 1. Footer is always at the bottom. - * 2. Footer is always at the bottom. */ .euiCard__top { @@ -83,7 +82,7 @@ $euiCardTitleSize: 18px; // Hardcoded pixel value for theme parity. // If an icon or image exists, add some space .euiCard__top + .euiCard__content { - margin-top: $euiSize; + margin-top: $euiCardSpacing; } .euiCard__content {