Files
pyrofetes-frontend/node_modules/ng-zorro-antd/input/style/IE11.less
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

21 lines
377 B
Plaintext

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