Skip to content

Commit 57f5598

Browse files
Apply white-space reset to li content instead of li
1 parent 7a310c1 commit 57f5598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/carousel.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@
8686
display: inline-block;
8787
opacity: 0.7;
8888
transition: opacity 0.5s ease-in-out;
89-
white-space: unset;
9089

9190
& > * {
9291
display: block;
92+
white-space: normal;
9393
}
9494
&.carousel-slide-loading {
9595
background: rgba(204, 204, 204, 0.7);

0 commit comments

Comments
 (0)