Skip to content

Commit 9cb1cd6

Browse files
author
Ibrahim Haizel
committed
fix: improve layout for single select choices by adding flex display and center alignment
1 parent 37f649e commit 9cb1cd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/components/ui/MultiSelectSearchAutocomplete.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1724,6 +1724,8 @@
17241724
.gem-c-select-with-search .choices[data-type*="select-one"] .choices__inner
17251725
) {
17261726
max-height: 46px;
1727+
display: flex;
1728+
align-items: center;
17271729
}
17281730
17291731
:global(

0 commit comments

Comments
 (0)