Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
-
Jenkins 2.232
Description
PIntroduced in 2.217+ I believe.
There is no spacing between form errors on the setup wizard, as shown in the picture:
There should be at least 0.5rem of spacing between them.
Attachments
Issue Links
- is caused by
-
JENKINS-60734 Replace js-builder with webpack
-
- Resolved
-
Activity
Field | Original Value | New Value |
---|---|---|
Labels | newbie-friendly | newbie-friendly ux |
Description |
Introduced in 2.217+ I believe. There is no spacing between form errors on the setup wizard, as shown in the picture: !Captura de pantalla 2020-03-23 a las 11.10.50.png! There should be at least 0.5rem of spacing between them. |
PIntroduced in 2.217+ I believe. There is no spacing between form errors on the setup wizard, as shown in the picture: !Captura de pantalla 2020-03-23 a las 11.10.50.png! There should be at least 0.5rem of spacing between them. |
Attachment | Captura de pantalla 2020-04-04 a las 14.46.57.png [ 50898 ] |
Assignee | Rick [ surenpi ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Assignee | Rick [ surenpi ] | Sladyn Nunes [ sladyn98 ] |
Labels | newbie-friendly ux | newbie-friendly regression ux |
Link |
This issue is caused by |
Labels | newbie-friendly regression ux | lts-candidate newbie-friendly regression ux |
Released As | Jenkins 2.232 | |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
Labels | lts-candidate newbie-friendly regression ux | 2.222.4-fixed newbie-friendly regression ux |
I did some testing on a 2.204 image and found out this:
It seems that the margin was being set as inline styles, and not anymore. I'd suggest creating a css class for this and add it on the pluginSetupWizard.less file.