Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(card): allow img to have a wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Jan 27, 2015
1 parent 7028a75 commit 349b521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/card/card.scss
Expand Up @@ -10,7 +10,7 @@ md-card {

box-shadow: $card-box-shadow;

> img {
img:not(md-card-content img) {
order: 0;
width: 100%;
}
Expand Down

0 comments on commit 349b521

Please sign in to comment.