Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/components/layout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ Setting the `fluid` prop to true (or an empty string) is equivalent to the Boots
Responsive containers are new in Bootstrap v4.4. They allow you to specify a container that is 100%
wide (fluid) until particular breakpoint is reached at which point a `max-width` is applied. For
example, setting prop `fluid` to `'md'` will render a container that is 100% wide to start until the
`'md'` breakpoint is reached, at which point it will remain at that breakpoint's container
`max-width` until the next breakpoint is reached.
`'md'` breakpoint is reached, at which point it will become a standard non-fluid container.

```html
<b-container fluid="sm">
Expand Down