-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Block Grid not aligning correctly with grid-margin-x in 6.4.3 #11121
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
Comments
The bug was introduced between 6.4.1 and 6.4.2-rc1. Will do some bisecting. |
|
The mixin has following arguments
|
Please test the linked PR. |
This was referenced Jun 16, 2018
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to reproduce this bug:
What should happen:
Three columns should be displayed in a row with margins between.
What happened instead:
Only two columns are displayed in a row.
Looks like when calculating the width of each column using the percentage minus the margin, it's only taking into account a 20px margin instead of 30px.
Browser(s) and Device(s) tested on:
Chrome v 65.0.3325.181, macOS Sierra 10.12.6
Foundation Version(s) you are using:
Broken on 6.4.3, seems to work fine in 6.4.0.
Test case link:
Broken in first, works in second:
The text was updated successfully, but these errors were encountered: