From 7a30b84b748df805b341476e55142950842e348d Mon Sep 17 00:00:00 2001 From: A Cottrill Date: Wed, 27 Nov 2024 09:47:31 -0500 Subject: [PATCH] fix: remove flex from list controls --- common/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index 02237e4..9305956 100644 --- a/common/common.scss +++ b/common/common.scss @@ -673,7 +673,6 @@ div.select-kit-header { .list-controls { clear: both; margin-bottom: 5px; - display:flex; .combo-box .combo-box-header { background: var(--secondary); color: var(--primary); @@ -831,3 +830,4 @@ div.select-kit-header { .hamburger-panel .revamped { --d-sidebar-row-height: 1.5em; } +