Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8b2256e

Browse files
committedDec 8, 2019
Fix Card List when there is too few items
1 parent 18acda2 commit 8b2256e

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed
 

‎demo/generated/demo.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/lib.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-ui-org/react-ui",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"license": "MIT",
55
"main": "dist/lib.js",
66
"repository": {

‎src/lib/components/layout/CardList/CardList.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212

1313
@include breakpoint-up(xs) {
1414
grid-template-columns: repeat(auto-fit, minmax($card-list-card-min-width, $card-list-card-max-width));
15+
justify-content: start;
1516
}
1617
}

0 commit comments

Comments
 (0)
Please sign in to comment.