You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Scroll down to 'Your application process'. To see an error, one of the application steps must be active.
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
Browser/device details
Device: Laptop PC
OS: Microsoft Windows 10
Browser: Firefox
Version: 133
The text was updated successfully, but these errors were encountered:
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
{your-candidate-page-id}'
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
, thetext-align: center;
declaration, sourced from the file '_pattern_application.scss', is overwritten by thetext-align: left;
declaration, sourced from the file 'styles.scss'. Similar for the.p-process-stepped-list__title--stepper-not-completed::before
pseudo-element.Screenshot
Browser/device details
The text was updated successfully, but these errors were encountered: