diff options
| author | Mark Otto <[email protected]> | 2016-10-09 14:57:31 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-09 14:57:31 -0700 |
| commit | b4d8367dbc7b801c61b63ccb76a826bc41a7424c (patch) | |
| tree | 3dc1009bd3791bd4e5ece619d9eb3c1e1a195b56 /docs/layout/grid.md | |
| parent | 821f7193676fae66b1065168b650ffd18fd87a6c (diff) | |
| parent | 0ba05f4da9d5fc14c926cd1eeeed2119ba6c47a9 (diff) | |
| download | bootstrap-b4d8367dbc7b801c61b63ccb76a826bc41a7424c.tar.xz bootstrap-b4d8367dbc7b801c61b63ccb76a826bc41a7424c.zip | |
Merge pull request #20864 from twbs/fix-20688
Update the grid table heading to clarify max width over width
Diffstat (limited to 'docs/layout/grid.md')
| -rw-r--r-- | docs/layout/grid.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md index 5d37880c0..55607e464 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -91,7 +91,7 @@ See how aspects of the Bootstrap grid system work across multiple devices with a <td colspan="4">Collapsed to start, horizontal above breakpoints</td> </tr> <tr> - <th class="text-nowrap" scope="row">Container width</th> + <th class="text-nowrap" scope="row">Max container width</th> <td>None (auto)</td> <td>540px</td> <td>720px</td> |
