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

The number next to the candidate's application process header is displaced #1451

Open
M-Mikos opened this issue Dec 5, 2024 · 0 comments
Open

Comments

@M-Mikos
Copy link

M-Mikos commented Dec 5, 2024

Summary

On Canonical's candidate dashboard, the numbers in the circle next to the application step headings (in active and not completed states) are moved to the left edge of the circle.

Steps to reproduce the behavior

  1. Go to 'https://canonical.com/careers/application/
    {your-candidate-page-id}
    '
  2. Scroll down to 'Your application process'. To see an error, one of the application steps must be active.
  3. See error

Expected behavior

The number inside the round process step marker should be centered.

Suggested cause

In the pseudo-element .p-process-stepped-list__title--stepper-active::before, the text-align: center; declaration, sourced from the file '_pattern_application.scss', is overwritten by the text-align: left; declaration, sourced from the file 'styles.scss'. Similar for the .p-process-stepped-list__title--stepper-not-completed::before pseudo-element.

Screenshot

The number next to the candidates application process header is displaced

Browser/device details

  • Device: Laptop PC
  • OS: Microsoft Windows 10
  • Browser: Firefox
  • Version: 133
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant