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