aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
authorKevin Kirsche <[email protected]>2015-08-21 08:04:44 -0400
committerKevin Kirsche <[email protected]>2015-08-21 08:04:44 -0400
commitcf5284f235cfcfbca606cb2d4cf80958b31ecf7b (patch)
treeafe9c24d359c84c1328575566ec049ba0f548966 /docs/layout
parent69f92408630707fe704eae309a71867adefa3d39 (diff)
downloadbootstrap-cf5284f235cfcfbca606cb2d4cf80958b31ecf7b.tar.xz
bootstrap-cf5284f235cfcfbca606cb2d4cf80958b31ecf7b.zip
v4 - Force linebreaks after grid tier names in v4 grid docs
Fix #17176 Sorry, I f'd up the rebase in #17186
Diffstat (limited to 'docs/layout')
-rw-r--r--docs/layout/grid.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index 426cf412c..e679d7c45 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -59,24 +59,24 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
<thead>
<tr>
<th></th>
- <th>
- Extra small
+ <th class="text-center">
+ Extra small<br>
<small>&lt;34em / 480px</small>
</th>
- <th>
- Small
+ <th class="text-center">
+ Small<br>
<small>&ge;34em / 480px</small>
</th>
- <th>
- Medium
+ <th class="text-center">
+ Medium<br>
<small>&ge;45em / 720px</small>
</th>
- <th>
- Large
+ <th class="text-center">
+ Large<br>
<small>&ge;62em / 992px</small>
</th>
- <th>
- Extra large
+ <th class="text-center">
+ Extra large<br>
<small>&ge;75em / 1200px</small>
</th>
</tr>