-
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(button): set vertical alignment for md-button and md-raised-button #1565
Conversation
…inside is correctly aligned
@@ -47,6 +47,12 @@ | |||
} | |||
} | |||
|
|||
[md-button], [md-raised-button] { |
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.
Could you add a comment that explains what this style is for / why it was added?
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.
Done.
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.
Comment address. Thanks for review.
@@ -47,6 +47,12 @@ | |||
} | |||
} | |||
|
|||
[md-button], [md-raised-button] { |
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.
Done.
LGTM |
Did anyone find that this actually aligned the icon? As far as I can tell it didn't fix the issue. |
Guess I'm not loading something correctly, what I have no idea. I manually added |
Can you guys please assist, do you know how to align text right below the icon? |
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. |
To make the md-icon correctly aligned
For issue #1454
R: @jelbourn