.dx-step-list {
  display: flex;
  width: 100%;

  .dx-stepper-vertical & {
    height: 100%;
    flex-direction: column;
  }
}
