Skip to content

Commit

Permalink
fix: Remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel.carrera committed Oct 24, 2024
1 parent 1d27f7e commit a4bc09d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/react/breadcrumbs/stories/examples/Overflow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ export const OverflowBreadcrumbs = () => {
</Breadcrumbs.Menu.Popper>
</Breadcrumbs>
</Box>
<div style={{display: 'flex', flexDirection: 'column'}}>
<span>Current Container Width: {containerWidth}</span>
<span>Overflow visibility: {model.menu.state.visibility}</span>
</div>
<hr />
<h4>Change Breadcrumbs container size</h4>
<SegmentedControl onSelect={data => setContainerWidth(data.id)}>
Expand Down

0 comments on commit a4bc09d

Please sign in to comment.