mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 15:50:01 +02:00
Merge pull request #17207 from kkirsche/patch-9
v4 - Force linebreaks after grid tier names in v4 grid docs
This commit is contained in:
@@ -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><34em / 480px</small>
|
<small><34em / 480px</small>
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th class="text-center">
|
||||||
Small
|
Small<br>
|
||||||
<small>≥34em / 480px</small>
|
<small>≥34em / 480px</small>
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th class="text-center">
|
||||||
Medium
|
Medium<br>
|
||||||
<small>≥45em / 720px</small>
|
<small>≥45em / 720px</small>
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th class="text-center">
|
||||||
Large
|
Large<br>
|
||||||
<small>≥62em / 992px</small>
|
<small>≥62em / 992px</small>
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th class="text-center">
|
||||||
Extra large
|
Extra large<br>
|
||||||
<small>≥75em / 1200px</small>
|
<small>≥75em / 1200px</small>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user