]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Adding call out note directly to the page.
authorHelmut Granda <contact@helmutgranda.com>
Thu, 27 Sep 2018 02:27:09 +0000 (21:27 -0500)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 17 Oct 2018 20:15:01 +0000 (23:15 +0300)
Instead of using an external source since this is only a one time note it is safe to be placed within the document itself.

site/docs/4.1/components/card.md

index aade11c8eb09e1b76260c07b98865a65af258a30..5bc3a9fcee295daa05e73155608af86f2ea4b018 100644 (file)
@@ -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