mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-26 19:59:12 -06:00
8 lines
150 B
CSS
8 lines
150 B
CSS
.select-wrapper .select-component > .MuiSelect-select {
|
|
padding: 0 10px;
|
|
min-height: 34px;
|
|
display: flex;
|
|
align-items: center;
|
|
line-height: 1;
|
|
}
|