mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix select label positioning
This commit is contained in:
@@ -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 New Issue
Block a user