1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-24 14:13:06 +02:00

Fix broken anchors. (#30828)

This commit is contained in:
XhmikosR
2020-05-14 19:43:56 +03:00
committed by GitHub
parent 7966167cf6
commit 5d11d5790a
2 changed files with 3 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ As noted above, each of these breakpoints have their own container, unique class
</tr> </tr>
<tr> <tr>
<th class="text-nowrap" scope="row">Custom gutters</th> <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>
<tr> <tr>
<th class="text-nowrap" scope="row">Nestable</th> <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>
<tr> <tr>
<th class="text-nowrap" scope="row">Column ordering</th> <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> </tr>
</tbody> </tbody>
</table> </table>

View File

@@ -94,7 +94,7 @@ An alternative solution is to add a wrapper around the `.row` with the `.overflo
## Row columns gutters ## 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 >}} {{< example >}}
<div class="container"> <div class="container">