diff options
| author | Mark Otto <[email protected]> | 2018-12-15 20:18:55 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-15 20:18:55 +0100 |
| commit | 236c7803cba37501580755dfe7a020fcf6aa0565 (patch) | |
| tree | f73b9f3b63b6f562cb994b4c200796812549e132 | |
| parent | 470145bdcab0c16844111d16a5189a6b8cfc8ae4 (diff) | |
| download | bootstrap-236c7803cba37501580755dfe7a020fcf6aa0565.tar.xz bootstrap-236c7803cba37501580755dfe7a020fcf6aa0565.zip | |
Update site/docs/4.1/utilities/stretched-link.md
Co-Authored-By: MartijnCuppens <[email protected]>
| -rw-r--r-- | site/docs/4.1/utilities/stretched-link.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/utilities/stretched-link.md b/site/docs/4.1/utilities/stretched-link.md index 95224bb5b..c0c8940e1 100644 --- a/site/docs/4.1/utilities/stretched-link.md +++ b/site/docs/4.1/utilities/stretched-link.md @@ -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;"> |
