Skip to content

Commit 0409527

Browse files
ernst-devat-susie
authored andcommitted
fix: Selects in Lists using renderItem not truncating correctly (#3923)
1 parent dd0aad2 commit 0409527

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/internal/components/structured-item/styles.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
flex-grow: 1;
2323
display: flex;
2424
flex-direction: column;
25+
min-inline-size: 0;
2526
}
2627

2728
.content-wrap {
@@ -41,6 +42,7 @@
4142

4243
.content {
4344
flex-grow: 1;
45+
min-inline-size: 0;
4446
}
4547

4648
.actions {

0 commit comments

Comments
 (0)