Skip to content

Commit

Permalink
update padding
Browse files Browse the repository at this point in the history
  • Loading branch information
hetunandu committed Oct 22, 2024
1 parent 5980f2a commit fe8ec27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const PluginActionForm = () => {
const { plugin } = usePluginActionContext();

return (
<Flex flex="1" overflow="hidden" p="spaces-2" w="100%">
<Flex flex="1" overflow="hidden" p="spaces-4" w="100%">
{plugin.uiComponent === UIComponentTypes.ApiEditorForm && (
<APIEditorForm />
)}
Expand Down

0 comments on commit fe8ec27

Please sign in to comment.