diff options
| author | Mark Otto <[email protected]> | 2016-10-09 12:42:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-09 12:42:36 -0700 |
| commit | 0ba05f4da9d5fc14c926cd1eeeed2119ba6c47a9 (patch) | |
| tree | 60621ca73a38d5ff6229e3442238fccb8715aaa6 /docs/layout | |
| parent | f49a7a2a0830ced28c5dbd8f94e04ad2f9d7425d (diff) | |
| download | bootstrap-0ba05f4da9d5fc14c926cd1eeeed2119ba6c47a9.tar.xz bootstrap-0ba05f4da9d5fc14c926cd1eeeed2119ba6c47a9.zip | |
Update the grid table heading to clarify max width over width
Fixes #20688
Diffstat (limited to 'docs/layout')
| -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 26ff36c41..68e0d86ec 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>576px</td> <td>720px</td> |
