From 059d3652d52432edd66a4fec489aabb1a7c6bbc3 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 20 Aug 2018 11:05:17 -0400 Subject: [PATCH] fix(card): remove calculated width to work with dynamic margin fixes #15223 --- core/src/components/card/card.ios.scss | 2 -- core/src/components/card/card.md.scss | 2 -- 2 files changed, 4 deletions(-) diff --git a/core/src/components/card/card.ios.scss b/core/src/components/card/card.ios.scss index 8da6088223..a701150cc2 100755 --- a/core/src/components/card/card.ios.scss +++ b/core/src/components/card/card.ios.scss @@ -11,8 +11,6 @@ @include margin($card-ios-margin-top, $card-ios-margin-end, $card-ios-margin-bottom, $card-ios-margin-start); @include border-radius($card-ios-border-radius); - width: calc(100% - #{($card-ios-margin-end + $card-ios-margin-start)}); - transform: translateZ(0); font-family: $card-ios-font-family; diff --git a/core/src/components/card/card.md.scss b/core/src/components/card/card.md.scss index 6346038a23..885a24a768 100755 --- a/core/src/components/card/card.md.scss +++ b/core/src/components/card/card.md.scss @@ -11,8 +11,6 @@ @include margin($card-md-margin-top, $card-md-margin-end, $card-md-margin-bottom, $card-md-margin-start); @include border-radius($card-md-border-radius); - width: calc(100% - #{($card-md-margin-end + $card-md-margin-start)}); - font-family: $card-md-font-family; font-size: $card-md-font-size;