diff options
author | Sebastian <sebasjm@gmail.com> | 2023-05-16 11:33:29 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2023-05-16 11:33:29 -0300 |
commit | b35404a2b11905a5b3cdd0d59bdd340fb00ad086 (patch) | |
tree | 78d1b8c347e7d0c081046c2ca9423ae5ca21b4ff /packages/exchange-backoffice-ui/src/handlers/Group.tsx | |
parent | 245ab840baf1926ef2c03a8965fce85012887d92 (diff) |
final form, i hope
Diffstat (limited to 'packages/exchange-backoffice-ui/src/handlers/Group.tsx')
-rw-r--r-- | packages/exchange-backoffice-ui/src/handlers/Group.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/exchange-backoffice-ui/src/handlers/Group.tsx b/packages/exchange-backoffice-ui/src/handlers/Group.tsx index 04af0647b..0645f6d97 100644 --- a/packages/exchange-backoffice-ui/src/handlers/Group.tsx +++ b/packages/exchange-backoffice-ui/src/handlers/Group.tsx @@ -28,7 +28,7 @@ export function Group({ /> )} </div> - <div class="grid max-w-2xl grid-cols-1 gap-x-6 gap-y-8 sm:grid-cols-6"> + <div class="grid max-w-2xl grid-cols-1 gap-x-6 gap-y-2 sm:grid-cols-6"> <RenderAllFieldsByUiConfig fields={fields} /> </div> <div class="pt-4"> |