-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
Buttons dont align when one is a link button and the other is regular #2801
Comments
Applying linkButton to a raised button with a width set in style also changes the button label to be left aligned. (0.14.4) |
That should be fixed on the master branch. Can someone confirm? |
The vertical alignment is fixed, but @shotolab is correct about the left alignment: @shotolab, I'm going to close this one, but can you please search for an existing issue for the left alignment propblem, and open a new if there isn't one already? Feel free to submit a PR - it should be a relatively easy one to pin down (famous last words! 😄 ) |
Button left alignment issue #3456 |
👍 |
Do I understand this correctly that this bug should be fixed now? I've just updated to 0.15 and the link buttons are still not aligned. The symptoms are the same, applying |
When I put:
the none linked button has an extra space above it. but when I have:
this seems to be caused by display: inline-block on the anchor element:


with anchor display:inline-block
without:
The text was updated successfully, but these errors were encountered: