aboutsummaryrefslogtreecommitdiff
path: root/docs/components/card.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-05-09 10:29:04 -0700
committerMark Otto <[email protected]>2016-05-09 10:29:04 -0700
commit5aa32b3f3ac652fd2bfa7793f38c7fda780f3e12 (patch)
tree1a653f8d407e7b9d9a440150e1641962dafab094 /docs/components/card.md
parent72d68bac7adafde2e405a223afcedfd1edf9c618 (diff)
downloadbootstrap-5aa32b3f3ac652fd2bfa7793f38c7fda780f3e12.tar.xz
bootstrap-5aa32b3f3ac652fd2bfa7793f38c7fda780f3e12.zip
clarify docs comment from #19459
Diffstat (limited to 'docs/components/card.md')
-rw-r--r--docs/components/card.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/card.md b/docs/components/card.md
index 7d1f63416..86c555abb 100644
--- a/docs/components/card.md
+++ b/docs/components/card.md
@@ -508,7 +508,7 @@ Only applies to small devices and above.
## Columns
-Cards can be organized into [Masonry](http://masonry.desandro.com)-like columns with just CSS by wrapping them in `.card-columns`. Cards are ordered vertically when wrapped in `.card-columns`.
+Cards can be organized into [Masonry](http://masonry.desandro.com)-like columns with just CSS by wrapping them in `.card-columns`. Cards are ordered from top to bottom and left to right when wrapped in `.card-columns`.
Only applies to small devices and above.