mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
Don't impact select inside input group
This commit is contained in:
parent
0efd941346
commit
6e583325ea
@ -228,6 +228,12 @@ form {
|
||||
}
|
||||
}
|
||||
|
||||
// Don't impact select inside input group
|
||||
.@{ant-prefix}-input-group .@{ant-prefix}-select,
|
||||
.@{ant-prefix}-input-group .@{ant-prefix}-cascader-picker {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
// Don't impact select inside input group addon
|
||||
.@{ant-prefix}-input-group-addon .@{ant-prefix}-select,
|
||||
.@{ant-prefix}-input-group-addon .@{ant-prefix}-cascader-picker {
|
||||
|
Loading…
Reference in New Issue
Block a user