mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 13:13:03 +02:00
Fixes #12808: Correct grid column values listed in Grid Options
This commit is contained in:
@@ -157,9 +157,9 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Column width</th>
|
<th>Column width</th>
|
||||||
<td class="text-muted">Auto</td>
|
<td class="text-muted">Auto</td>
|
||||||
<td>60px</td>
|
<td>~62px</td>
|
||||||
<td>78px</td>
|
<td>~81px</td>
|
||||||
<td>95px</td>
|
<td>~97px</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Gutter width</th>
|
<th>Gutter width</th>
|
||||||
|
Reference in New Issue
Block a user