Skip to content

Commit

Permalink
Merge pull request #71 from FundingCircle/ic-ie8-support-ns-15
Browse files Browse the repository at this point in the history
Vertically align text in input fields
  • Loading branch information
Razvan Spatariu committed Jun 12, 2015
2 parents ba74ca4 + 9d646c2 commit c410905
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-common",
"version": "2.6.1",
"version": "2.6.2",
"description": "Collection of the SASS mixins used to style the Funding Circle pages.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-common",
"version": "2.6.1",
"version": "2.6.2",
"description": "Collection of the SASS mixins used to style the Funding Circle pages.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions src/sass/general/forms-v2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
%inputStyle {
@include font(0, false);
min-height: rem(2.5);
line-height: rem(2.5);
display: block;
width: 100%;
background: $formInputBackgroundMain;
Expand Down Expand Up @@ -236,6 +237,7 @@
textarea {
@extend %inputStyleInline;
padding: rem(1 1);
line-height: normal;
}

%select {
Expand Down

0 comments on commit c410905

Please sign in to comment.