Skip to content

Commit 411d490

Browse files
committed
fix: prevent breaking input on multi-select
1 parent 1cd271f commit 411d490

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/web/components/base/select/MultiSelect.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ const MultiSelect: React.FC<MultiSelectProps> = ({
155155
valueContainer: (base: any) => ({
156156
...base,
157157
flexWrap: 'wrap',
158-
gap: '4px',
159-
overflow: 'visible',
158+
gap: '2px',
160159
paddingBottom: '6px',
161160
paddingTop: '6px',
162161
}),

0 commit comments

Comments
 (0)