mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
Smaller spacing
This commit is contained in:
@ -191,7 +191,7 @@ export function ApiForm(props: ApiFormProps) {
|
|||||||
>
|
>
|
||||||
<Stack>
|
<Stack>
|
||||||
<Divider />
|
<Divider />
|
||||||
<Stack>
|
<Stack spacing="sm">
|
||||||
<LoadingOverlay
|
<LoadingOverlay
|
||||||
visible={definitionQuery.isFetching || initialDataQuery.isFetching}
|
visible={definitionQuery.isFetching || initialDataQuery.isFetching}
|
||||||
/>
|
/>
|
||||||
@ -209,7 +209,7 @@ export function ApiForm(props: ApiFormProps) {
|
|||||||
{props.preFormContentFunc ? props.preFormContentFunc() : null}
|
{props.preFormContentFunc ? props.preFormContentFunc() : null}
|
||||||
{canRender && (
|
{canRender && (
|
||||||
<ScrollArea>
|
<ScrollArea>
|
||||||
<Stack spacing="md">
|
<Stack spacing="xs">
|
||||||
{props.fields
|
{props.fields
|
||||||
.filter((field) => !field.hidden)
|
.filter((field) => !field.hidden)
|
||||||
.map((field) => (
|
.map((field) => (
|
||||||
|
Reference in New Issue
Block a user