Skip to content

Commit 081425e

Browse files
desig9steinviktorkombovsimeonoff
authored
fix(stepper): make the stepper stretch to its parent size (#12902)
Co-authored-by: viktorkombov <[email protected]> Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 2ca5d96 commit 081425e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/stepper/_stepper-theme.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,10 +382,13 @@
382382
white-space: nowrap;
383383
flex-direction: column;
384384
width: 100%;
385+
flex: none;
385386
}
386387

387388
%igx-stepper__body {
388-
position: relative
389+
position: relative;
390+
flex-direction: column;
391+
flex: 1 1 auto;
389392
}
390393

391394
%stepper-display,

0 commit comments

Comments
 (0)