Skip to content

Commit

Permalink
Fix gridded yxt-Card styling for 2 columns
Browse files Browse the repository at this point in the history
Fixes #783

We should be applying width to the Card for 2 columns just as we are doing for 3 and 4 columns.
  • Loading branch information
creotutar authored May 14, 2020
1 parent e43013f commit 3383c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/sass/modules/_Card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

@media (min-width: $breakpoint-mobile-max) {

&--2 > .yxt-Card
&--2 > .yxt-Card,
&--2 > .yxt-Card-placeholder {
flex-basis: 45%;
}
Expand Down

0 comments on commit 3383c2b

Please sign in to comment.