Skip to content

Commit

Permalink
fix(inputs): fixed input height and btn position
Browse files Browse the repository at this point in the history
  • Loading branch information
papasikis committed Aug 7, 2017
1 parent 532e32d commit 4014a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sass/_material-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fieldset {

&.form-group-w-btn {
.btn {
align-self: flex-start;
align-self: flex-end;
}
}

Expand Down Expand Up @@ -191,7 +191,7 @@ fieldset {

.form-group {
// scss-lint:disable QualifyingElement, NestingDepth
input, textarea {
input {
height: ($mf-font-size * 1.9);
}

Expand Down

0 comments on commit 4014a62

Please sign in to comment.