1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

Merge pull request #20864 from twbs/fix-20688

Update the grid table heading to clarify max width over width
This commit is contained in:
Mark Otto
2016-10-09 14:57:31 -07:00
committed by GitHub

View File

@@ -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> <td colspan="4">Collapsed to start, horizontal above breakpoints</td>
</tr> </tr>
<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>None (auto)</td>
<td>540px</td> <td>540px</td>
<td>720px</td> <td>720px</td>