aboutsummaryrefslogtreecommitdiffhomepage
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/form.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/static/form.css b/static/form.css
index 4505747..e293b59 100644
--- a/static/form.css
+++ b/static/form.css
@@ -12,14 +12,18 @@ form:not(.nopanel) {
label:has(+ input, + textarea, + select),
label.standalone,
.hint {
- display: flex;
- gap: var(--spacing-half);
+ display: block;
font-size: var(--font-small-size);
color: var(--clr-lesser-foreground);
a {
color: inherit;
}
}
+ .hint {
+ display: flex;
+ gap: var(--spacing-half);
+ }
+
input:not([type="checkbox"]),
textarea,
select {