From: Mark Otto Date: Sat, 15 Dec 2018 19:18:55 +0000 (+0100) Subject: Update site/docs/4.1/utilities/stretched-link.md X-Git-Tag: v4.3.0~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=236c7803cba37501580755dfe7a020fcf6aa0565;p=thirdparty%2Fbootstrap.git Update site/docs/4.1/utilities/stretched-link.md Co-Authored-By: MartijnCuppens --- diff --git a/site/docs/4.1/utilities/stretched-link.md b/site/docs/4.1/utilities/stretched-link.md index 95224bb5b9..c0c8940e10 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 %}