aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less5
1 files changed, 4 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index cea6f669b..1d6c44812 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -178,9 +178,12 @@ input[type="search"] {
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"],
input[type="time"],
+ input[type="week"],
input[type="datetime-local"],
input[type="month"] {
- line-height: @input-height-base;
+ &.form-control {
+ line-height: @input-height-base;
+ }
&.input-sm,
.input-group-sm & {