diff --git a/scss/_form.scss b/scss/_form.scss index 159af6e70b..0b35e87b1f 100644 --- a/scss/_form.scss +++ b/scss/_form.scss @@ -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%;