Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(mdCard): Content padding not showing in IE 10.
Browse files Browse the repository at this point in the history
In IE 10, the padding in the content area was not being
properly applied because the `<md-card-content>` element
had no display property set.

Fixes #2974. Closes #5120.
  • Loading branch information
topherfangio authored and ThomasBurleson committed Oct 14, 2015
1 parent 119a820 commit 57bd0c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/card/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ md-card {
}

md-card-content {
display: block;
padding: $card-padding;
}

.md-actions {
margin: 0;

Expand Down

0 comments on commit 57bd0c6

Please sign in to comment.