-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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(card): uneven action button margin #13390
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
1d8cd00
to
63bba7e
Compare
63bba7e
to
1b77d64
Compare
1b77d64
to
8c5ff3a
Compare
8c5ff3a
to
49fb764
Compare
49fb764
to
3a5b9fd
Compare
Fixes the margin between the first action button all the other not being even. Also fixes the margin not being reset on the last button when using `align="end"`. Fixes angular#13382.
3a5b9fd
to
4ffaf13
Compare
Closing since this fix is for the legacy mat-card which has been superseded by the MDC based one. |
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. |
Fixes the margin between the first action button all the other not being even. Also fixes the margin not being reset on the last button when using
align="end"
.Fixes #13382.
For reference:

