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

Commit

Permalink
fix(card): fixes selector to be more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Messerle committed Jan 30, 2015
1 parent d388a8a commit 2f840b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/card/card.scss
Expand Up @@ -11,7 +11,7 @@ md-card {
box-shadow: $card-box-shadow;

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

0 comments on commit 2f840b2

Please sign in to comment.