14 lines
No EOL
209 B
SCSS
14 lines
No EOL
209 B
SCSS
.ant-input-group {
|
|
display: flex;
|
|
|
|
& > .ant-input,
|
|
& > .ant-input-number,
|
|
& > .ant-select {
|
|
width: auto !important;
|
|
}
|
|
|
|
&-addon,
|
|
&-wrap {
|
|
width: auto;
|
|
}
|
|
} |