Commit cf5284f2 authored by Kevin Kirsche's avatar Kevin Kirsche

v4 - Force linebreaks after grid tier names in v4 grid docs

Fix #17176

Sorry, I f'd up the rebase in #17186
parent 69f92408
...@@ -59,24 +59,24 @@ See how aspects of the Bootstrap grid system work across multiple devices with a ...@@ -59,24 +59,24 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
<thead> <thead>
<tr> <tr>
<th></th> <th></th>
<th> <th class="text-center">
Extra small Extra small<br>
<small>&lt;34em / 480px</small> <small>&lt;34em / 480px</small>
</th> </th>
<th> <th class="text-center">
Small Small<br>
<small>&ge;34em / 480px</small> <small>&ge;34em / 480px</small>
</th> </th>
<th> <th class="text-center">
Medium Medium<br>
<small>&ge;45em / 720px</small> <small>&ge;45em / 720px</small>
</th> </th>
<th> <th class="text-center">
Large Large<br>
<small>&ge;62em / 992px</small> <small>&ge;62em / 992px</small>
</th> </th>
<th> <th class="text-center">
Extra large Extra large<br>
<small>&ge;75em / 1200px</small> <small>&ge;75em / 1200px</small>
</th> </th>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment