diff options
| author | Mark Otto <[email protected]> | 2018-12-15 20:15:03 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-15 20:15:03 +0100 |
| commit | 210d49ec05897e3354cc6a0d2873d8413f033ce8 (patch) | |
| tree | 1a430da79e851649d540bb79906587bf52161f7e | |
| parent | abd5a5e4bd9cf73366b02fe2ceacb58464af17c4 (diff) | |
| download | bootstrap-210d49ec05897e3354cc6a0d2873d8413f033ce8.tar.xz bootstrap-210d49ec05897e3354cc6a0d2873d8413f033ce8.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 d394445e5..f58299816 100644 --- a/site/docs/4.1/utilities/stretched-link.md +++ b/site/docs/4.1/utilities/stretched-link.md @@ -21,7 +21,7 @@ Cards are relative by default, so in this case you can safely add the `.stretche {% endcapture %} {% include example.html content=example %} -Media objects are not relative by default, we need to add the `.position-relative` here to prevent the link from stretching outside the media object. +Media objects do not have `position: relative` by default, so we need to add the `.position-relative` here to prevent the link from stretching outside the media object. {% capture example %} <div class="media position-relative"> |
