aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-08-06 21:26:28 +0200
committermetamuffin <metamuffin@disroot.org>2023-08-06 21:26:28 +0200
commit177e0c5ab18d191c626613d9f20fde4ae9fcad2b (patch)
treef0dc19741038d3dcdc2923188536bac6833d1f59 /server
parent18980733f8b0d65739392526694f1dc17493c7f9 (diff)
downloadjellything-177e0c5ab18d191c626613d9f20fde4ae9fcad2b.tar
jellything-177e0c5ab18d191c626613d9f20fde4ae9fcad2b.tar.bz2
jellything-177e0c5ab18d191c626613d9f20fde4ae9fcad2b.tar.zst
another bug from kartoffels patche
Diffstat (limited to 'server')
-rw-r--r--server/src/routes/ui/style/forms.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/server/src/routes/ui/style/forms.css b/server/src/routes/ui/style/forms.css
index e629256..bfb0e8a 100644
--- a/server/src/routes/ui/style/forms.css
+++ b/server/src/routes/ui/style/forms.css
@@ -56,7 +56,8 @@ form.account input {
width: 100%;
font-size: large;
}
-form.account input, label {
+form.account input,
+form.account label {
display: block;
}
form.account input[type="submit"] {
@@ -70,4 +71,4 @@ form.account h1 {
}
form.account p {
color: var(--font-dark);
-} \ No newline at end of file
+}