forked from mirrors/forgejo
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:
parent
78c98911a3
commit
b7460058ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue