mnhn: reduce margin between textarea and help text (#72287)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Agate 2022-12-14 16:46:03 +01:00
parent 0184f434cc
commit 3dfed19b8b
1 changed files with 4 additions and 0 deletions

View File

@ -161,6 +161,10 @@ a#publik-portal-agent {
label .required {
color: $required-label-color;
}
.TextWidget + .comment-field > p:first-child {
margin-top: -$space-medium * 1.5;
}
// cells
.cell {