aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-09-01 20:53:31 -0700
committerMark Otto <[email protected]>2015-09-01 20:53:31 -0700
commitd9125290ed3654cbec5b82eb409274002750c9a7 (patch)
treedd7a1d229612c236b7b03100363fc0c708d05db8 /docs/layout
parentf47f261597233eae2d6f38e64fb0cf71db53bb1b (diff)
parentcf5284f235cfcfbca606cb2d4cf80958b31ecf7b (diff)
downloadbootstrap-d9125290ed3654cbec5b82eb409274002750c9a7.tar.xz
bootstrap-d9125290ed3654cbec5b82eb409274002750c9a7.zip
Merge pull request #17207 from kkirsche/patch-9
v4 - Force linebreaks after grid tier names in v4 grid docs
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 da23bb806..802a9a142 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>