]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update site/docs/4.1/utilities/stretched-link.md
authorMark Otto <otto@github.com>
Sat, 15 Dec 2018 19:18:55 +0000 (20:18 +0100)
committerGitHub <noreply@github.com>
Sat, 15 Dec 2018 19:18:55 +0000 (20:18 +0100)
Co-Authored-By: MartijnCuppens <martijn.cuppens@gmail.com>
site/docs/4.1/utilities/stretched-link.md

index 95224bb5b9672a72a4ad42fc0ab481281986f241..c0c8940e10cb6ebede25975cb7464faa6758e968 100644 (file)
@@ -7,7 +7,7 @@ group: utilities
 
 Add `.stretched-link` to a link to make it's [containing block](https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block) clickable via a `::after` pseudo element. In most cases, this means that an element with `position: relative;` that contains a link with the `.stretched-link` class is clickable.
 
-Cards are relative by default, so in this case you can safely add the `.stretched-link` class to a link in the card.
+Cards have `position: relative` by default in Bootstrap, so in this case you can safely add the `.stretched-link` class to a link in the card without any other HTML changes.
 
 {% capture example %}
 <div class="card" style="width: 18rem;">