From 311ab80d094dca7471db22060b82cade8e663769 Mon Sep 17 00:00:00 2001 From: George Herbert Date: Sun, 4 Feb 2024 20:59:44 +0000 Subject: [PATCH] fix: comment on start vs flex-start --- ui/src/components/AppBar/app-bar.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/AppBar/app-bar.module.scss b/ui/src/components/AppBar/app-bar.module.scss index 6f789a9..1b6999b 100644 --- a/ui/src/components/AppBar/app-bar.module.scss +++ b/ui/src/components/AppBar/app-bar.module.scss @@ -4,6 +4,6 @@ flex-direction: row; display: flex; justify-content: space-between; - align-items: start; + align-items: flex-start; padding-bottom: 8px; }