fix: ui text spacing

This commit is contained in:
trisua 2025-06-01 20:24:05 -04:00
parent 7bda718082
commit 88afb3ec37
3 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@
(span (span
(text "{{ text \"auth:label.outbox\" }}")))) (text "{{ text \"auth:label.outbox\" }}"))))
(div (div
("class" "card tertiary flex flex-col gap-4") ("class" "card flex flex-col gap-4")
(text "{% for question in questions %}") (text "{% for question in questions %}")
(div (div
("class" "card-nest") ("class" "card-nest")