fix: Font size fixed for consistency between select and multi-select widget (#6400)
This commit is contained in:
parent
3d9bf77505
commit
4252af1b20
|
|
@ -181,7 +181,7 @@ export const DropdownStyles = createGlobalStyle`
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
.rc-select-item {
|
.rc-select-item {
|
||||||
font-size: 16px;
|
font-size: 14px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding: 5px 16px;
|
padding: 5px 16px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user