props.onClick(e)}
- style={{ height: '126px' }}
+ style={{ height: '136px' }}
>
{/*{integration.icon.length ?*/}
diff --git a/frontend/app/components/Client/Integrations/Integrations.tsx b/frontend/app/components/Client/Integrations/Integrations.tsx
index 05a81c736..8ce590499 100644
--- a/frontend/app/components/Client/Integrations/Integrations.tsx
+++ b/frontend/app/components/Client/Integrations/Integrations.tsx
@@ -113,7 +113,18 @@ function Integrations(props: Props) {
{filteredIntegrations.map((cat: any) => (
-
0 ? 'p-2' : '')}>
+
0 ? 'p-2' : ''}
+ grid-cols-1 // default to 1 column
+ sm:grid-cols-1 // 2 columns on small screens and up
+ md:grid-cols-2 // 3 columns on medium screens and up
+ lg:grid-cols-3 // and so on as per your design requirements
+ xl:grid-cols-3
+ `
+ )}>
{cat.integrations.map((integration: any) => (