From 0a3c448a52994120816c35e93b345bda567ac942 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 9 Jul 2025 11:06:40 +0400 Subject: [PATCH] refac: styling --- src/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 8396683b52..c82edbb468 100644 --- a/src/app.css +++ b/src/app.css @@ -336,13 +336,14 @@ input[type='number'] { padding: 0; li { - align-items: center; + align-items: start; display: flex; > label { flex: 0 0 auto; margin-right: 0.5rem; + margin-top: 0.2rem; user-select: none; display: flex; }