diff options
| author | XhmikosR <[email protected]> | 2019-08-16 13:20:26 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-16 13:20:26 +0300 |
| commit | 6335fbe224f28d2ce65c628756a84113ea65643f (patch) | |
| tree | 2208aa7cb2345c4d7370d5d34c4adf971af4986a /site/content/docs/4.3/components | |
| parent | bbbda681ccf5c699e7d8ef89e837258087f307e5 (diff) | |
| download | bootstrap-6335fbe224f28d2ce65c628756a84113ea65643f.tar.xz bootstrap-6335fbe224f28d2ce65c628756a84113ea65643f.zip | |
Use US locale consistently. (#29255)
Diffstat (limited to 'site/content/docs/4.3/components')
| -rw-r--r-- | site/content/docs/4.3/components/card.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/components/card.md b/site/content/docs/4.3/components/card.md index 99225ceec..07236c476 100644 --- a/site/content/docs/4.3/components/card.md +++ b/site/content/docs/4.3/components/card.md @@ -603,4 +603,4 @@ Just like with card groups, card footers in decks will automatically line up. ### Card columns (Masonry layout) -In `v4` we used a CSS-only technique to mimic the behaviour of [Masonry](https://masonry.desandro.com/)-like columns, but this technique came with lots of unpleasant [side effects](https://github.com/twbs/bootstrap/pull/28922). If you want to have this type of layout in `v5`, you can just make use of Masonry plugin. **Masonry is not included in Bootstrap**, but we've made a [demo example]({{< docsref "/examples/masonry" >}}) to help you get started. +In `v4` we used a CSS-only technique to mimic the behavior of [Masonry](https://masonry.desandro.com/)-like columns, but this technique came with lots of unpleasant [side effects](https://github.com/twbs/bootstrap/pull/28922). If you want to have this type of layout in `v5`, you can just make use of Masonry plugin. **Masonry is not included in Bootstrap**, but we've made a [demo example]({{< docsref "/examples/masonry" >}}) to help you get started. |
