fix: Font size fixed for consistency between select and multi-select widget (#6400)

This commit is contained in:
Tolulope Adetula 2021-08-05 12:59:54 +01:00 committed by GitHub
parent 3d9bf77505
commit 4252af1b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ export const DropdownStyles = createGlobalStyle`
outline: none !important;
}
.rc-select-item {
font-size: 16px;
font-size: 14px;
line-height: 1.5;
padding: 5px 16px;
align-items: center;