8000 chore(docs): minor tweaks to the layout and grid docs (#5143) · bootstrap-vue/bootstrap-vue@9ebe7da · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ebe7da

Browse files
authored
chore(docs): minor tweaks to the layout and grid docs (#5143)
1 parent 30ad7fe commit 9ebe7da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/layout/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ Setting the `fluid` prop to true (or an empty string) is equivalent to the Boots
114114
Responsive containers are new in Bootstrap v4.4. They allow you to specify a container that is 100%
115115
wide (fluid) until particular breakpoint is reached at which point a `max-width` is applied. For
116116
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.
117+
`'md'` breakpoint is reached, at which point it will become a standard non-fluid container.
119118

120119
```html
121120
<b-container fluid="sm">

0 commit comments

Comments
 (0)
0