Skip to content

Commit

Permalink
fix wide cards overflow in row-card class
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Jan 22, 2022
1 parent 1dbe8c1 commit f4b4eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/ui/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
.row-cards {
--#{$variable-prefix}gutter-x: #{$cards-grid-gap};
--#{$variable-prefix}gutter-y: #{$cards-grid-gap};
min-width: 0;

.row-cards {
flex: 1;
Expand Down

0 comments on commit f4b4eb5

Please sign in to comment.