diff options
| author | Mark Otto <[email protected]> | 2016-05-09 10:29:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-05-09 10:29:04 -0700 |
| commit | 5aa32b3f3ac652fd2bfa7793f38c7fda780f3e12 (patch) | |
| tree | 1a653f8d407e7b9d9a440150e1641962dafab094 /docs | |
| parent | 72d68bac7adafde2e405a223afcedfd1edf9c618 (diff) | |
| download | bootstrap-5aa32b3f3ac652fd2bfa7793f38c7fda780f3e12.tar.xz bootstrap-5aa32b3f3ac652fd2bfa7793f38c7fda780f3e12.zip | |
clarify docs comment from #19459
Diffstat (limited to 'docs')
| -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 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. |
