Skip to content

Commit 3e1a74c

Browse files
authored
Merge pull request #230 from jpangelle/hx-dl.hxVertical-flex-issue
fix(CSS) Change flex values for IE11 support
2 parents 596cfc0 + 975ceea commit 3e1a74c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +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);
2934
font-weight: 700;
3035
text-align: left;
3136
}
3237

3338
hx-dd {
34-
#grid.span(12);
35-
display: block;
3639
margin: 0;
3740
}
3841
}

0 commit comments

Comments
 (0)