mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05: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:
parent
69f9240863
commit
cf5284f235
1 changed files with 10 additions and 10 deletions
|
@ -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><34em / 480px</small>
|
||||
</th>
|
||||
<th>
|
||||
Small
|
||||
<th class="text-center">
|
||||
Small<br>
|
||||
<small>≥34em / 480px</small>
|
||||
</th>
|
||||
<th>
|
||||
Medium
|
||||
<th class="text-center">
|
||||
Medium<br>
|
||||
<small>≥45em / 720px</small>
|
||||
</th>
|
||||
<th>
|
||||
Large
|
||||
<th class="text-center">
|
||||
Large<br>
|
||||
<small>≥62em / 992px</small>
|
||||
</th>
|
||||
<th>
|
||||
Extra large
|
||||
<th class="text-center">
|
||||
Extra large<br>
|
||||
<small>≥75em / 1200px</small>
|
||||
</th>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue