mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Fix select label positioning
This commit is contained in:
@@ -25,6 +25,11 @@ const StyledSelect = styled(MantineSelect)`
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
& .mantine-Select-label {
|
||||
margin-bottom: 0.5rem;
|
||||
font-family: var(--label-font-family);
|
||||
}
|
||||
|
||||
& .mantine-Select-itemsWrapper {
|
||||
& .mantine-Select-item {
|
||||
padding: 40px;
|
||||
|
||||
Reference in New Issue
Block a user