20 lines
393 B
Plaintext
20 lines
393 B
Plaintext
|
|
.customMuiSelect {
|
||
|
|
.ant-input-group-wrap {
|
||
|
|
i {
|
||
|
|
padding-left: 2px !important;
|
||
|
|
padding-right: 2px !important;
|
||
|
|
padding-top: 0;
|
||
|
|
padding-bottom: 0;
|
||
|
|
line-height: 28px;
|
||
|
|
height: 28px;
|
||
|
|
border-radius: 2px;
|
||
|
|
color: #333 !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-select-selection--multiple {
|
||
|
|
max-height: 28px !important;
|
||
|
|
overflow-y: auto !important;
|
||
|
|
}
|
||
|
|
}
|