aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-12-15 20:14:42 +0100
committerGitHub <[email protected]>2018-12-15 20:14:42 +0100
commitabd5a5e4bd9cf73366b02fe2ceacb58464af17c4 (patch)
tree56c4df535c1bcc964cededab6609bc0209a553b3
parent35caac013cef010da4c1b287dcfcd7ff23ffe541 (diff)
downloadbootstrap-abd5a5e4bd9cf73366b02fe2ceacb58464af17c4.tar.xz
bootstrap-abd5a5e4bd9cf73366b02fe2ceacb58464af17c4.zip
Copy change
Co-Authored-By: MartijnCuppens <[email protected]>
-rw-r--r--site/docs/4.1/utilities/stretched-link.md2
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 992ec73fc..d394445e5 100644
--- a/site/docs/4.1/utilities/stretched-link.md
+++ b/site/docs/4.1/utilities/stretched-link.md
@@ -5,7 +5,7 @@ description: Make any HTML element or Bootstrap component clickable by "stretchi
group: utilities
---
-Adding the `.stretched-link` class to a link will make the [containing block](https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block) of the `::after` pseudo element of the link clickable. In most cases, this means that an element with `position: relative;` which contains a link with the `.stretched-link` class is clickable.
+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.