Skip to content

Commit 78c331d

Browse files
committed
fix(slider): flex-grow not working
1 parent d331c2c commit 78c331d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/slider/themes/slider.base.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ $thumb-label-height: rem(30px);
1111
$tick-width: rem(2px);
1212

1313
:host {
14-
display: block;
14+
display: flex;
15+
flex-grow: 1;
16+
flex-direction: column;
1517
}
1618

1719
slot {

0 commit comments

Comments
 (0)