Skip to content

Commit e33c9f7

Browse files
committed
fix(combobox): restore min-width: 0 on .widget-combobox to preserve multiselect tag wrapping
1 parent b8d2981 commit e33c9f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/pluggableWidgets/combobox-web/src/ui/Combobox.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ $cb-skeleton-dark: #d2d2d2;
1919

2020
.widget-combobox {
2121
flex-grow: 1;
22+
min-width: 0;
2223
position: relative;
2324
transition: color 150ms ease 0s;
2425
&-menu {

0 commit comments

Comments
 (0)