Skip to content

Commit

Permalink
fix(card): flex-size 0px didn't worked well on IE
Browse files Browse the repository at this point in the history
* Defined as auto solved the problem and preserved functionality on Chrome

fixes angular#7061

Closes angular#7117
  • Loading branch information
EladBezalel authored and ThomasBurleson committed Feb 12, 2016
1 parent 55b71a4 commit 4a2e558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/card/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ md-card {
md-card-title {
padding: 3 * $card-padding / 2 $card-padding $card-padding;
display: flex;
flex: 1;
flex: 1 1 auto;
flex-direction: row;

& + md-card-content {
Expand Down

0 comments on commit 4a2e558

Please sign in to comment.