]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update site/docs/4.1/utilities/stretched-link.md
authorMark Otto <otto@github.com>
Sat, 15 Dec 2018 19:17:45 +0000 (20:17 +0100)
committerGitHub <noreply@github.com>
Sat, 15 Dec 2018 19:17:45 +0000 (20:17 +0100)
Co-Authored-By: MartijnCuppens <martijn.cuppens@gmail.com>
site/docs/4.1/utilities/stretched-link.md

index f58299816cb79c9a3c876e3be61b95cd91eab910..95224bb5b9672a72a4ad42fc0ab481281986f241 100644 (file)
@@ -35,7 +35,7 @@ Media objects do not have `position: relative` by default, so we need to add the
 {% endcapture %}
 {% include example.html content=example %}
 
-Columns are relative by default, so if we want to stretch the link over a row, we need to add the `.position-static` class to column and add the `.position-relative` to the row.
+Columns are `position: relative` by default, so clickable columns only require the `.stretched-link` class on a link. However, stretching a link over an entire `.row` requires `.position-static` on the column and `.position-relative` on the row.
 
 {% capture example %}
 <div class="row no-gutters bg-light position-relative">