feat(ui): add a little padding-top to form .help (#9932)

Ever since some forms were refactored into the new style I felt like the help texts were too close to the fields. So today I got to fixing this.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9932
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-committed-by: 0ko <0ko@noreply.codeberg.org>
This commit is contained in:
0ko 2025-11-03 03:22:31 +01:00 committed by Gusted
commit b7460058ce

View file

@ -35,7 +35,7 @@ fieldset .help {
.form fieldset .help { /* overrides other .form .help rules in this file, remove when obsolete */
display: block !important;
padding-bottom: 0;
padding-block: 0.125rem 0;
}
fieldset label > input,