scss: remove margin for help text paragraph (#84751)
gitea/gadjo/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-12-22 10:00:03 +01:00
parent 437b015121
commit 35aa41eec9
1 changed files with 3 additions and 0 deletions

View File

@ -292,6 +292,9 @@ span.helptext,
div.hint {
display: block;
font-size: 80%;
p {
margin: 0;
}
}
form p label {