diff options
| author | Mark Otto <[email protected]> | 2018-12-15 20:17:45 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-15 20:17:45 +0100 |
| commit | 470145bdcab0c16844111d16a5189a6b8cfc8ae4 (patch) | |
| tree | e379731e60af81a3ff8bfad80a15c2271049063f | |
| parent | 210d49ec05897e3354cc6a0d2873d8413f033ce8 (diff) | |
| download | bootstrap-470145bdcab0c16844111d16a5189a6b8cfc8ae4.tar.xz bootstrap-470145bdcab0c16844111d16a5189a6b8cfc8ae4.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 f58299816..95224bb5b 100644 --- a/site/docs/4.1/utilities/stretched-link.md +++ b/site/docs/4.1/utilities/stretched-link.md @@ -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"> |
