Skip to content
New issue

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

Order grid for menu and order columns grid appear broken when few items present #72

Open
LinnJS opened this issue Dec 13, 2020 · 1 comment

Comments

@LinnJS
Copy link

LinnJS commented Dec 13, 2020

When opening the starter files for Master Gatsby and navigating to the Order Ahead link at the /order URL if you add one item to the cart you might noticed a stretched image in the middle of the column.

You can fix this by adding a max-height: 100px (can make larger if you want items to be bigger at first) in the MenuItemStyles.

To fix the items being in the middle of the column you can add align-content: flex-start to the &.order, &.menu class in OrderStyles.js.

Before:
image

After:
image

@LinnJS
Copy link
Author

LinnJS commented Dec 13, 2020

Opened a PR for this issue:
#73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant