I am working with the Angular Material 8 Horizontal stepper.
Now I want to style the stepper but my problem is I don't know how to change the distance between the steps.
I tryed with CSS:
::ng-deep .mat-horizontal-stepper-header-container {
max-width: 5px;
width: 5px;
}
But I can't make the distance between step icons very small... Any idea?