Skip to content

Commit adb3b69

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ hx-dl.hxVertical {
2626

2727
hx-dt {
2828
#grid.span(12);
29+
flex: 0 1 auto;
2930
font-weight: 700;
3031
text-align: left;
3132
}
3233

3334
hx-dd {
3435
#grid.span(12);
36+
flex: 0 1 auto;
3537
display: block;
3638
margin: 0;
3739
}

0 commit comments

Comments
 (0)