diff --git a/src/components/input/input.scss b/src/components/input/input.scss index f1f8d243aa7..f59e5042b61 100644 --- a/src/components/input/input.scss +++ b/src/components/input/input.scss @@ -56,6 +56,13 @@ md-input-container { -moz-appearance: none; -webkit-appearance: none; } + input[type="date"], + input[type="datetime-local"], + input[type="month"], + input[type="time"], + input[type="week"] { + min-height: $input-line-height; + } textarea { resize: none; overflow: hidden; @@ -141,6 +148,10 @@ md-input-container { font-size: $input-error-font-size; line-height: $input-error-height; + &:not(.md-char-counter) { + padding-right: 3rem; + } + &.ng-enter { transition: $swift-ease-out; transition-delay: 0.2s;