diff options
| author | Kevin Kirsche <[email protected]> | 2015-08-21 08:04:44 -0400 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-08-21 08:04:44 -0400 |
| commit | cf5284f235cfcfbca606cb2d4cf80958b31ecf7b (patch) | |
| tree | afe9c24d359c84c1328575566ec049ba0f548966 | |
| parent | 69f92408630707fe704eae309a71867adefa3d39 (diff) | |
| download | bootstrap-cf5284f235cfcfbca606cb2d4cf80958b31ecf7b.tar.xz bootstrap-cf5284f235cfcfbca606cb2d4cf80958b31ecf7b.zip | |
v4 - Force linebreaks after grid tier names in v4 grid docs
Fix #17176
Sorry, I f'd up the rebase in #17186
| -rw-r--r-- | docs/layout/grid.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md index 426cf412c..e679d7c45 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -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> |
