Skip to content

Commit

Permalink
fix: Fixed Integrations Store's add button alignment (#4995)
Browse files Browse the repository at this point in the history
Co-authored-by: Dima Grossman <[email protected]>
  • Loading branch information
dhairyarajbabbar and scopsy authored Dec 22, 2023
1 parent 0a9a8d8 commit c2b1473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/integrations/IntegrationsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const IntegrationsList = ({
<PageContainer title="Integrations">
<PageHeader title="Integrations Store" />
<When truthy={hasIntegrations}>
<Container fluid sx={{ padding: '0 24px 8px 24px' }}>
<Container fluid sx={{ padding: '0 24px 8px 30px' }}>
<IntegrationsListToolbar onAddProviderClick={onAddProviderClick} areIntegrationsLoading={isLoading} />
</Container>
</When>
Expand Down

0 comments on commit c2b1473

Please sign in to comment.