Skip to content
New issue

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

[bug]: #4464

Open
gfellerph opened this issue Jan 17, 2025 · 0 comments
Open

[bug]: #4464

gfellerph opened this issue Jan 17, 2025 · 0 comments
Labels
🐞 bug Something isn't working request 📦 styles Related to the @swisspost/design-system-styles package v8

Comments

@gfellerph
Copy link
Member

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>&shy;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

Image

Image

Image

Image

Additional context
Add any other context about the problem here.

@gfellerph gfellerph added the 🐞 bug Something isn't working label Jan 17, 2025
@gfellerph gfellerph added 📦 styles Related to the @swisspost/design-system-styles package request v8 labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working request 📦 styles Related to the @swisspost/design-system-styles package v8
Projects
Status: 👀 Triage
Development

No branches or pull requests

1 participant