From 3baad97deecfaa5a656854b105e891744d69db22 Mon Sep 17 00:00:00 2001 From: MarshDeer Date: Fri, 30 Aug 2024 16:32:09 -0400 Subject: [PATCH] fixed minor CSS selector issue --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 52046f9..a29ac5f 100644 --- a/static/style.css +++ b/static/style.css @@ -63,7 +63,7 @@ main { margin: 0 auto; } -label input { +label :has(input) { grid-area: input; }