We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/yext/answers/blob/master/src/ui/sass/modules/_Card.scss#L63
The width for cards should be 50% when the maxNumberOfColumns is specified to be 2. This is working correctly for 3 and 4.
The text was updated successfully, but these errors were encountered:
Fix gridded yxt-Card styling for 2 columns
3383c2b
Fixes #783 We should be applying width to the Card for 2 columns just as we are doing for 3 and 4 columns.
Successfully merging a pull request may close this issue.
https://github.com/yext/answers/blob/master/src/ui/sass/modules/_Card.scss#L63
The width for cards should be 50% when the maxNumberOfColumns is specified to be 2. This is working correctly for 3 and 4.
The text was updated successfully, but these errors were encountered: