mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Fix broken anchors. (#30828)
This commit is contained in:
parent
7966167cf6
commit
5d11d5790a
@ -122,7 +122,7 @@ As noted above, each of these breakpoints have their own container, unique class
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="text-nowrap" scope="row">Custom gutters</th>
|
||||
<td colspan="6"><a href="#gutters">Yes</a></td>
|
||||
<td colspan="6"><a href="{{< docsref "/layout/gutters" >}}">Yes</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="text-nowrap" scope="row">Nestable</th>
|
||||
@ -130,7 +130,7 @@ As noted above, each of these breakpoints have their own container, unique class
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="text-nowrap" scope="row">Column ordering</th>
|
||||
<td colspan="6"><a href="#reordering">Yes</a></td>
|
||||
<td colspan="6"><a href="{{< docsref "/layout/columns#reordering" >}}">Yes</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -94,7 +94,7 @@ An alternative solution is to add a wrapper around the `.row` with the `.overflo
|
||||
|
||||
## Row columns gutters
|
||||
|
||||
Gutter classes can also be added to [row columns](#row-columns). In the following example, we use responsive row columns and responsive gutter classes.
|
||||
Gutter classes can also be added to [row columns]({{< docsref "/layout/grid#row-columns" >}}). In the following example, we use responsive row columns and responsive gutter classes.
|
||||
|
||||
{{< example >}}
|
||||
<div class="container">
|
||||
|
Loading…
Reference in New Issue
Block a user