8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ad7fe commit 9ebe7daCopy full SHA for 9ebe7da
src/components/layout/README.md
@@ -114,8 +114,7 @@ Setting the `fluid` prop to true (or an empty string) is equivalent to the Boots
114
Responsive containers are new in Bootstrap v4.4. They allow you to specify a container that is 100%
115
wide (fluid) until particular breakpoint is reached at which point a `max-width` is applied. For
116
example, setting prop `fluid` to `'md'` will render a container that is 100% wide to start until the
117
-`'md'` breakpoint is reached, at which point it will remain at that breakpoint's container
118
-`max-width` until the next breakpoint is reached.
+`'md'` breakpoint is reached, at which point it will become a standard non-fluid container.
119
120
```html
121
<b-container fluid="sm">
0 commit comments