-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
fix(material/card): not clearing margin on last button in end alignment #20040
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@crisbeto Looks like this breaks ~20 targets inside Google, mostly screenshot tests. Looking at the diffs, some of them are a bit off. Probably not worth the effort to update everything for now |
The screenshot failures are expected, because it removes some margin that wasn't supposed to be there in the first place. |
Not sure if I can comment on a pull request, but it seems like |
We have some styles that clear the margin from the first button, but we didn't apply the same to the last button if the card actions are aligned towards the end. Fixes angular#20024.
461203a
to
5c60918
Compare
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
We have some styles that clear the margin from the first button, but we didn't apply the same to the last button if the card actions are aligned towards the end.
Fixes #20024.