Skip to content

Commit 2ea175e

Browse files
committed
Issue #2999723 by hiway, pawandubey, shaal, kjay, MaddieC, lauriii: Umami's card layout broken in IE11
(cherry picked from commit 7a3b237)
1 parent 7187ec1 commit 2ea175e

File tree

1 file changed

+5
-0
lines changed
  • profiles/demo_umami/themes/umami/css/components/content/card

1 file changed

+5
-0
lines changed

profiles/demo_umami/themes/umami/css/components/content/card/card.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
color: #000;
3535
}
3636

37+
/* Need to fix IE11 cards height issue */
38+
.view-mode-card .node__content {
39+
flex-shrink: 0;
40+
}
41+
3742
.view-mode-card .field--name-field-image img {
3843
display: block;
3944
width: 100%;

0 commit comments

Comments
 (0)