From 349b521e550c48a55713659d8d6fc2f4e1719a74 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 26 Jan 2015 18:16:57 -0800 Subject: [PATCH] fix(card): allow img to have a wrapper --- src/components/card/card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/card/card.scss b/src/components/card/card.scss index 00af941cc91..4d580a7b6b2 100644 --- a/src/components/card/card.scss +++ b/src/components/card/card.scss @@ -10,7 +10,7 @@ md-card { box-shadow: $card-box-shadow; - > img { + img:not(md-card-content img) { order: 0; width: 100%; }