Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(stepper): enable responsive layout (#7744)
**Related Issue:** #6694 Enables responsive layout for stepper component. - stepper element `host` display is changed to `flex` from `grid` - grid column width will use `minmax( )` instead of fixed fractional units. - When none of the stepper item's are selected and the first one is disabled, the first available enabled stepper will be selected.
- Loading branch information