css: width should be set on TimePicker wrapper

This commit is contained in:
Benjy Cui 2016-12-01 16:11:51 +08:00
parent 75c09cb481
commit d8d065af33

View File

@ -184,10 +184,10 @@
outline: none;
font-size: @font-size-base;
transition: opacity 0.3s ease;
width: 100px;
&-input {
.input;
width: 100px;
}
&-large &-input {