-
Bug
-
Resolution: Fixed
-
Minor
-
-
Jenkins 2.232
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.
- is caused by
-
JENKINS-60734 Replace js-builder with webpack
-
- Resolved
-
[JENKINS-61660] Lack of spacing between setup wizard form errors
Labels | Original: newbie-friendly | New: newbie-friendly ux |
Description |
Original:
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. |
New:
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 | New: Captura de pantalla 2020-04-04 a las 14.46.57.png [ 50898 ] |
Assignee | New: Rick [ surenpi ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Assignee | Original: Rick [ surenpi ] | New: Sladyn Nunes [ sladyn98 ] |
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.