fix: input textarea hadle when affix (#2530)
parent
a4389ca193
commit
63082f52da
|
@ -24,11 +24,6 @@
|
||||||
.@{ant-prefix}-input-affix-wrapper {
|
.@{ant-prefix}-input-affix-wrapper {
|
||||||
.reset-component;
|
.reset-component;
|
||||||
.input-affix-wrapper(~'@{ant-prefix}-input');
|
.input-affix-wrapper(~'@{ant-prefix}-input');
|
||||||
|
|
||||||
// https://github.com/ant-design/ant-design/issues/6144
|
|
||||||
.@{ant-prefix}-input {
|
|
||||||
min-height: 100%; // use min-height, assume that no smaller height to override
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{ant-prefix}-input-password-icon {
|
.@{ant-prefix}-input-password-icon {
|
||||||
|
|
Loading…
Reference in New Issue