diff options
| author | XhmikosR <[email protected]> | 2018-12-24 16:34:30 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-24 16:34:30 +0200 |
| commit | dc17c924e86948ae514d72f8ccc67f9d77657f6b (patch) | |
| tree | 1c496cc3a1d8e5f11dade987bc19ad301b90a67c | |
| parent | 4a5217c4c71a0b4e5e935cdf09b4dd9c7018453d (diff) | |
| download | bootstrap-dc17c924e86948ae514d72f8ccc67f9d77657f6b.tar.xz bootstrap-dc17c924e86948ae514d72f8ccc67f9d77657f6b.zip | |
stretched-link.md: fix typo (#27918)
| -rw-r--r-- | site/docs/4.2/utilities/stretched-link.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/utilities/stretched-link.md b/site/docs/4.2/utilities/stretched-link.md index 5347307b5..1d4d2ad31 100644 --- a/site/docs/4.2/utilities/stretched-link.md +++ b/site/docs/4.2/utilities/stretched-link.md @@ -5,7 +5,7 @@ description: Make any HTML element or Bootstrap component clickable by "stretchi 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. +Add `.stretched-link` to a link to make its [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 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. |
