Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
snide committed Apr 25, 2018
1 parent 1fd0d1b commit 00bb529
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/card/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 00bb529

Please sign in to comment.