Skip to content

Commit

Permalink
Adds justify content rules for centered cards #2520
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jul 4, 2015
1 parent f49c554 commit 6ab0e48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

**Bugs**

- **Card** - `centered cards` variation now works similar to `centered card`. #2520
- **Dropdown** - `restore defaults` in dropdown when used with multiple will now correctly clear other values selected that were not there on page load.
- **Checkbox** - Fixed issue in chrome where radio checkbox would appear incorrectly when no default value was selected #2505
- **Dimmer** - Dimmer now removes variations like `blurring` and `inverted` when `destroy` is called.
- **Dropdown** - Removes accidental console.log statement in dropdown
- **Modal** - `scrolling modal` now correctly inherits rules so that it appears at top of screen on mobile
Expand Down
3 changes: 3 additions & 0 deletions src/definitions/views/card.less
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,9 @@
Centered
--------------------*/

.ui.centered.cards {
justify-content: center;
}
.ui.centered.card {
margin-left: auto;
margin-right: auto;
Expand Down

0 comments on commit 6ab0e48

Please sign in to comment.