mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-13 13:15:32 +08:00
Make Input with addons same default width 100% with Input
This commit is contained in:
parent
988e12f54b
commit
e00bfdc150
@ -14,6 +14,7 @@
|
|||||||
&-wrapper {
|
&-wrapper {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top; // https://github.com/ant-design/ant-design/issues/6403
|
vertical-align: top; // https://github.com/ant-design/ant-design/issues/6403
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user