Skip to content

Commit f32629d

Browse files
fix: revert flex display
1 parent 5c65522 commit f32629d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/components/bolt-list/src/list.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727

2828
.c-bolt-list--display-inline {
29-
display: flex;
29+
display: inline-flex;
3030
flex-flow: row wrap;
3131
}
3232

@@ -38,7 +38,7 @@
3838
flex-flow: column wrap;
3939

4040
@include bolt-mq($breakpoint-name) {
41-
display: flex;
41+
display: inline-flex;
4242
flex-flow: row wrap;
4343
}
4444
}

0 commit comments

Comments
 (0)