diff options
| author | Mark Otto <[email protected]> | 2015-08-22 18:58:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-22 18:58:02 -0700 |
| commit | 9c52e03d31be40322f59062551519a7d4e009bef (patch) | |
| tree | c35bdcb70ed940d3c29e6829f66632a3996d0217 /docs/components | |
| parent | 818e1243cf0948634df1faa37216432e2daff070 (diff) | |
| download | bootstrap-9c52e03d31be40322f59062551519a7d4e009bef.tar.xz bootstrap-9c52e03d31be40322f59062551519a7d4e009bef.zip | |
avoid mentioning css block level in cards docs /cc #17158 #17103
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/card.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/card.md b/docs/components/card.md index d6413672d..f7ec63ea8 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -86,7 +86,7 @@ Cards support a wide variety of content, including images, text, list groups, li ## Sizing -Cards are block-level by default, so they'll fill the available horizontal space. Constrain their widths via inline styles, our predefined grid classes, or with custom styles using our grid mixins. +Constrain the width or cards via custom CSS, our predefined grid classes, or with custom styles using our grid mixins. Using the grid: |
