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

fix(menu): text alignment in md-button with icon and href #7401

Closed
wants to merge 1 commit into from

Conversation

EladBezalel
Copy link
Member

  • only a element had display: flex; but when ng-click was present an a element is not available therefore there's no flex container, moving the display: flex; to the button solves it

fixes #7367

@EladBezalel EladBezalel added the needs: review This PR is waiting on review from the team label Mar 3, 2016
- only `a` element had `display: flex;` but when `ng-click` was present an `a` element is not available therefore there's no flex container, moving the `display: flex;` to the button solves it

fixes #7367
@EladBezalel EladBezalel deleted the fix/menu-button-href branch March 5, 2016 18:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: review This PR is waiting on review from the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

md-menu: md-button inconsistent theming
2 participants