mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 19:49:59 +08:00
fix(style): form element vertical align issue
This commit is contained in:
parent
b9b4e30ac1
commit
af04694776
@ -233,7 +233,8 @@ form {
|
||||
}
|
||||
|
||||
.@{css-prefix}radio-inline,
|
||||
.@{css-prefix}checkbox-inline {
|
||||
.@{css-prefix}checkbox-inline,
|
||||
.@{css-prefix}input {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
@ -38,6 +38,7 @@
|
||||
.input() {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
padding: @input-padding-vertical-base @input-padding-horizontal;
|
||||
width: 100%;
|
||||
height: @input-height-base;
|
||||
|
Loading…
Reference in New Issue
Block a user