UNPKG

yzsd

Version:
21 lines (17 loc) 397 B
// Fix Input component height issue in IE11 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .@{yzs-prefix}-input { height: @input-height-base; &-lg { height: @input-height-lg; } &-sm { height: @input-height-sm; } &-affix-wrapper { > input.@{yzs-prefix}-input { height: auto; } } } }