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

Commit

Permalink
fix(input): fixes label alignment in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Messerle committed Nov 25, 2015
1 parent c667b54 commit 035a4ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ md-input-container {

&.md-has-icon {
padding-left: $icon-offset;
> label {
left: $icon-offset;
}
}

// When we have ng-messages, remove the input error height from our bottom padding, since the
Expand Down Expand Up @@ -87,6 +90,7 @@ md-input-container {
label {
position: absolute;
bottom: 100%;
left: 0;
}


Expand Down

0 comments on commit 035a4ef

Please sign in to comment.