From 953fc2113b764c55ffd9375eefbe2740cb826eae Mon Sep 17 00:00:00 2001 From: A Cottrill Date: Mon, 25 Nov 2024 14:27:21 -0500 Subject: [PATCH] fix: realign nav items --- common/common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/common/common.scss b/common/common.scss index 1d5f8d3..1567e10 100644 --- a/common/common.scss +++ b/common/common.scss @@ -673,6 +673,7 @@ div.select-kit-header { .list-controls { clear: both; margin-bottom: 5px; + display:flex; .combo-box .combo-box-header { background: var(--secondary); color: var(--primary);