0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

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

Fix #17176

Sorry, I f'd up the rebase in #17186
This commit is contained in:
Kevin Kirsche 2015-08-21 08:04:44 -04:00
parent 69f9240863
commit cf5284f235

View File

@ -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>