From c1d51b6dbbda1ad6f1bddfb6a0297f66ea106563 Mon Sep 17 00:00:00 2001 From: Nathan Hammond Date: Mon, 24 Oct 2022 22:25:15 +0800 Subject: [PATCH] Change the grid responsive behavior to prevent overflow. (#221) --- docs/components/clients/Clients.tsx | 2 +- docs/components/pages/landing/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/clients/Clients.tsx b/docs/components/clients/Clients.tsx index cc726be95bd4f..8ec4d1746e73a 100644 --- a/docs/components/clients/Clients.tsx +++ b/docs/components/clients/Clients.tsx @@ -18,7 +18,7 @@ export function Clients({ const LogoWrapper = ({ className, children }) => { if (!staticWidth) return children; return ( -
+
{children}
); diff --git a/docs/components/pages/landing/index.tsx b/docs/components/pages/landing/index.tsx index 1bda65c4891b3..3137c05ba5bf0 100644 --- a/docs/components/pages/landing/index.tsx +++ b/docs/components/pages/landing/index.tsx @@ -149,7 +149,7 @@ function Teams() { Trusted by teams from
around the world

-
+