Skip to content

Commit 975ceea

Browse files
author
Jean Angelle
committed
fix(CSS) Change flex values for IE11 support
1 parent adb3b69 commit 975ceea

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/helix-ui/styles/components/lists.less

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,18 @@ hx-dl.hxVertical {
2424
flex-direction: column;
2525
}
2626

27+
hx-dt,
28+
hx-dd {
29+
flex: 0 0 auto;
30+
max-width: none;
31+
}
32+
2733
hx-dt {
28-
#grid.span(12);
29-
flex: 0 1 auto;
3034
font-weight: 700;
3135
text-align: left;
3236
}
3337

3438
hx-dd {
35-
#grid.span(12);
36-
flex: 0 1 auto;
37-
display: block;
3839
margin: 0;
3940
}
4041
}

0 commit comments

Comments
 (0)