diff options
| author | Helmut Granda <[email protected]> | 2018-09-26 21:27:09 -0500 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-17 23:15:01 +0300 |
| commit | 34c7b07f7f6c3b600ebce7b4c286787d0adf4f35 (patch) | |
| tree | ec00a65af8fe1b3533f92087d2294cdf3f242c3d | |
| parent | 42006e7b17e6e33e6673f6d5c58445180ed0610b (diff) | |
| download | bootstrap-34c7b07f7f6c3b600ebce7b4c286787d0adf4f35.tar.xz bootstrap-34c7b07f7f6c3b600ebce7b4c286787d0adf4f35.zip | |
Adding call out note directly to the page.
Instead of using an external source since this is only a one time note it is safe to be placed within the document itself.
| -rw-r--r-- | site/docs/4.1/components/card.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/site/docs/4.1/components/card.md b/site/docs/4.1/components/card.md index aade11c8e..5bc3a9fce 100644 --- a/site/docs/4.1/components/card.md +++ b/site/docs/4.1/components/card.md @@ -391,7 +391,11 @@ Turn an image into a card background and overlay your card's text. Depending on </div> {% endcapture %} {% include example.html content=example %} -{% include callout-info-content-iamge-overlay-overflow.md %} + +{% capture callout %} +Note that content should not be larger than the height of the image. If content is larger than the image the content will be displayed outside the image. +{% endcapture %} +{% include callout.html content=callout type="info" %} ## Card styles |
