Skip to content

Commit 1b0cef4

Browse files
emyarodtay1orjones
andauthored
fix(multi-select): prevent flex child from overflowing from container (#7725)
Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com>
1 parent 3ce64f1 commit 1b0cef4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/src/components/list-box/_list-box.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ $list-box-menu-width: rem(300px);
110110
}
111111

112112
.#{$prefix}--list-box .#{$prefix}--text-input {
113+
min-width: 0;
113114
height: 100%;
114115
}
115116

0 commit comments

Comments
 (0)