Skip to content

Commit

Permalink
fix(input): vertically align date input text
Browse files Browse the repository at this point in the history
Closes #1147
  • Loading branch information
adamdbradley committed May 14, 2014
1 parent eaee564 commit e5af75f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scss/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,17 @@ input[type="color"] {
line-height: $font-size-base + 2;
}

.platform-ios,
.platform-android {
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"] {
padding-top: 8px;
}
}

input,
textarea {
width: 100%;
Expand Down

0 comments on commit e5af75f

Please sign in to comment.