Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:coingaming/moon-design into MDS-688
Browse files Browse the repository at this point in the history
  • Loading branch information
dkireev committed Sep 22, 2023
2 parents 4c3e7ad + 8ec8d6c commit 9b94e93
Show file tree
Hide file tree
Showing 3 changed files with 3,727 additions and 3,716 deletions.
7 changes: 5 additions & 2 deletions next-docs/public/examples/table/LongData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@ const Example = () => {

const defaultColumn = React.useMemo(
() => ({
minWidth: 100,
minWidth: 10,
width: 150,
maxWidth: 400,

/* The next prop is commented to provide an opportunity
to expand any table column as much as possible */
/* maxWidth: 400, */
}),
[]
);
Expand Down
Loading

0 comments on commit 9b94e93

Please sign in to comment.