-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(material-experimental/mdc-menu): missing padding after latest canary release #19548
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
Conversation
…ary release Fixes the MDC menu item not having side padding anymore. It seems like this broke after the update to the latest canary version, because the padding was moved into a different mixin.
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
Caretaker note: There are a couple screendiffs that will need to be approved (owned by our team) |
…ary release (#19548) Fixes the MDC menu item not having side padding anymore. It seems like this broke after the update to the latest canary version, because the padding was moved into a different mixin.
…test canary release (angular#19548)" This reverts commit 771b4ba. This has been accidentally merged into the patch branch, where the MDC version has not been updated yet.
* Revert "build: switch to chromium provided in dev-infra package (#19565)" This reverts commit b4d0852. * Revert "fix(material-experimental/mdc-menu): missing padding after latest canary release (#19548)" This reverts commit 771b4ba. This has been accidentally merged into the patch branch, where the MDC version has not been updated yet.
* Revert "build: switch to chromium provided in dev-infra package (#19565)" This reverts commit b4d0852. * Revert "fix(material-experimental/mdc-menu): missing padding after latest canary release (#19548)" This reverts commit 771b4ba. This has been accidentally merged into the patch branch, where the MDC version has not been updated yet.
Fixes the MDC menu items not having the proper padding. This was fixed initially in angular#19548 and reverted by devversion@b251796, but it was never re-fixed.
Fixes the MDC menu items not having the proper padding. This was fixed initially in #19548 and reverted by devversion@b251796, but it was never re-fixed.
Fixes the MDC menu items not having the proper padding. This was fixed initially in #19548 and reverted by devversion@b251796, but it was never re-fixed.
…ar#19634) Fixes the MDC menu items not having the proper padding. This was fixed initially in angular#19548 and reverted by b251796, but it was never re-fixed.
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 MDC menu item not having side padding anymore. It seems like this broke after the update to the latest canary version, because the padding was moved into a different mixin.