Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 4a2e558

Browse files
EladBezalelThomasBurleson
authored andcommitted
fix(card): flex-size 0px didn't worked well on IE
* Defined as auto solved the problem and preserved functionality on Chrome fixes #7061 Closes #7117
1 parent 55b71a4 commit 4a2e558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/card/card.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ md-card {
7171
md-card-title {
7272
padding: 3 * $card-padding / 2 $card-padding $card-padding;
7373
display: flex;
74-
flex: 1;
74+
flex: 1 1 auto;
7575
flex-direction: row;
7676

7777
& + md-card-content {

0 commit comments

Comments
 (0)