mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
reset line-height of TextArea & Picker (#17165)
This commit is contained in:
parent
a676f37505
commit
dc4102d879
@ -43,6 +43,10 @@
|
||||
|
||||
&-input {
|
||||
outline: none;
|
||||
|
||||
&.@{ant-prefix}-input {
|
||||
line-height: @line-height-base;
|
||||
}
|
||||
}
|
||||
|
||||
&-input.@{ant-prefix}-input-sm {
|
||||
|
@ -7,7 +7,6 @@
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
vertical-align: top;
|
||||
.placeholder();
|
||||
|
||||
&[disabled] {
|
||||
|
@ -82,6 +82,7 @@
|
||||
min-height: @input-height-base;
|
||||
vertical-align: bottom;
|
||||
transition: all 0.3s, height 0s;
|
||||
line-height: @line-height-base;
|
||||
}
|
||||
|
||||
// Size
|
||||
|
Loading…
Reference in New Issue
Block a user