]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
v4 - Force linebreaks after grid tier names in v4 grid docs 17207/head
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Fri, 21 Aug 2015 12:04:44 +0000 (08:04 -0400)
committerKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Fri, 21 Aug 2015 12:04:44 +0000 (08:04 -0400)
Fix #17176

Sorry, I f'd up the rebase in #17186

docs/layout/grid.md

index 426cf412ce8de65f0c3c2ec8138141666eb2f026..e679d7c455b0845b1c435c6e2436bf82975efef5 100644 (file)
@@ -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>