Skip to content

Commit

Permalink
docs: update size property api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Sep 6, 2024
1 parent 4a206ae commit 47cbcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Container/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Container.propTypes = {
children: PropTypes.node,
/** Fill all available space at any breakpoint */
fluid: PropTypes.bool,
/** Set the maximum width for the container */
/** Set the maximum width for the container. Omiting the prop will remove the max-width */
size: PropTypes.oneOf(['xs', 'sm', 'md', 'lg', 'xl', undefined]),
/** Overrides underlying component base CSS class name */
bsPrefix: PropTypes.string,
Expand Down

0 comments on commit 47cbcb1

Please sign in to comment.