]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clarify docs comment from #19459
authorMark Otto <markdotto@gmail.com>
Mon, 9 May 2016 17:29:04 +0000 (10:29 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 9 May 2016 17:29:04 +0000 (10:29 -0700)
docs/components/card.md

index 7d1f6341686d90d251ab22110a31c967aa2c92d9..86c555abb35f1498d97f2cd074435caaf900eae0 100644 (file)
@@ -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.