From 8082ba66a652ba3c48d2c1950b5acd84bd3a925a Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 18 Oct 2024 21:26:04 -0700 Subject: [PATCH] Center labels on the profile form --- src/form.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/form.css b/src/form.css index 3af65e1..edeb518 100644 --- a/src/form.css +++ b/src/form.css @@ -43,7 +43,7 @@ .profile-option-label-container { grid-column-start: 1; - align-self: start; + align-self: center; } .profile-option-control-container {