We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Stepper zoom behavior is breaking on large zoom factors or smaller screen sizes.
To Reproduce
<div class="stepper-container"> <ol class="stepper"> <li class="stepper-item"> <span class="stepper-link" i18n title="Konto erstellen"> Konto erstellen </span> </li> <li class="stepper-item" [attr.aria-current]="step === 'lot2' && 'step'"> <span class="stepper-link" i18n title="Prüfung"> Prüfung </span> </li> <li class="stepper-item" [attr.aria-current]="step === 'stepUp' && 'step'"> <span class="stepper-link" i18n title="Antragsformular signieren"> Antrags<wbr>­formular signieren </span> </li> <li class="stepper-item" [attr.aria-current]="step === 'consent' && 'step'"> <span class="stepper-link" i18n>Personal information</span> </li> <li class="stepper-item" [attr.aria-current]="step === 'payment' && 'step'"> <span class="stepper-link" i18n> Payment </span> </li> <li class="stepper-item" [attr.aria-current]="step === 'creation' && 'step'"> <span class="stepper-link" i18n title="Creation"> Creation </span> </li> </ol> </div>
Expected behavior Nothing should get cut or misplaced.
Screenshots
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Stepper zoom behavior is breaking on large zoom factors or smaller screen sizes.
To Reproduce
Expected behavior
Nothing should get cut or misplaced.
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: