Fix select label positioning
This commit is contained in:
parent
1de89071e8
commit
3fb9853eb6
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ const StyledSelect = styled(MantineSelect)`
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& .mantine-Select-label {
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
font-family: var(--label-font-family);
|
||||||
|
}
|
||||||
|
|
||||||
& .mantine-Select-itemsWrapper {
|
& .mantine-Select-itemsWrapper {
|
||||||
& .mantine-Select-item {
|
& .mantine-Select-item {
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
|
|
Reference in a new issue