Skip to content

Commit

Permalink
Update packages/storybook/src/nimble/table/table-fit-rows-height-matr…
Browse files Browse the repository at this point in the history
…ix.stories.ts

Co-authored-by: Milan Raj <[email protected]>
  • Loading branch information
mollykreis and rajsite authored Jan 29, 2025
1 parent db0c84d commit 5ec0cfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type GroupingState = (typeof groupingStates)[number];

const minColumnWidthStates = [
['Small Minimum', 100],
['Large Minimum', 500]
['Large Minimum (show horizontal scrollbar)', 500]
] as const;
type MinColumnWidthState = (typeof minColumnWidthStates)[number];

Expand Down

0 comments on commit 5ec0cfe

Please sign in to comment.