Skip to content

Commit 68f2ef1

Browse files
authored
Add overflow: hidden to parent list
1 parent 588223e commit 68f2ef1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/react/src/internal/components/UnderlineTabbedInterface.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
align-items: center;
3636
gap: 8px;
3737
flex-wrap: wrap;
38+
/* Allows the menu to clip wrapped items to keep on shrinking even if a wrapped item was very wide */
39+
overflow: hidden;
3840
}
3941

4042
.UnderlineItem {

0 commit comments

Comments
 (0)