From: XhmikosR Date: Mon, 24 Dec 2018 14:34:30 +0000 (+0200) Subject: stretched-link.md: fix typo (#27918) X-Git-Tag: v4.3.0~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc17c924e86948ae514d72f8ccc67f9d77657f6b;p=thirdparty%2Fbootstrap.git stretched-link.md: fix typo (#27918) --- diff --git a/site/docs/4.2/utilities/stretched-link.md b/site/docs/4.2/utilities/stretched-link.md index 5347307b53..1d4d2ad317 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.