From 08cebc7ab5d12ff8421d4b301fc2f2670e27c063 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sun, 12 Sep 2021 11:48:28 +0100 Subject: [PATCH] [FIX] Set list aesthetics Ensure checkbox is always next to set titles, not above --- src/css/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/App.css b/src/css/App.css index 9434cfd..ad33c8d 100644 --- a/src/css/App.css +++ b/src/css/App.css @@ -232,7 +232,7 @@ label { display: flex; flex-direction: row; align-items: center; - flex-wrap: wrap; + flex-wrap: nowrap; column-gap: 2px; }