Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Text in md-button with href attribute aligned to top #2380

Closed
tzachov opened this issue Apr 17, 2015 · 0 comments
Closed

Text in md-button with href attribute aligned to top #2380

tzachov opened this issue Apr 17, 2015 · 0 comments
Assignees
Milestone

Comments

@tzachov
Copy link

tzachov commented Apr 17, 2015

Using version 0.9.0-rc1.
I've added two md-buttons to a row, one with href attribute.
When I've added a md-input-container, the buttons height changed and the text in the link button moved to the top of the button.

Without md-input-container:
image

With md-input-container:
image

Code:

<div layout="row">
    <md-button href="/upload" class="md-raised">Link</md-button>
    <md-button class="md-raised">Button</md-button>
    <md-input-container hide-sm>
        <label>Some input label</label>
        <input type="text" />
    </md-input-container>
</div>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants