Skip to content

Commit

Permalink
fix: remove flex from list controls
Browse files Browse the repository at this point in the history
  • Loading branch information
a2937 committed Nov 27, 2024
1 parent 93261d4 commit 7a30b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -831,3 +830,4 @@ div.select-kit-header {
.hamburger-panel .revamped {
--d-sidebar-row-height: 1.5em;
}

0 comments on commit 7a30b84

Please sign in to comment.