From 35f1b787e2e32264da870053159807f222a9ca7b Mon Sep 17 00:00:00 2001 From: Akash Hamirwasia Date: Thu, 21 Dec 2023 00:51:54 +0530 Subject: [PATCH] fix(docs): horizontal overflow in preview on mobile devices --- apps/docs/src/components/PreviewComponent.tsx | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/apps/docs/src/components/PreviewComponent.tsx b/apps/docs/src/components/PreviewComponent.tsx index a6ffeaa..660eed5 100644 --- a/apps/docs/src/components/PreviewComponent.tsx +++ b/apps/docs/src/components/PreviewComponent.tsx @@ -67,19 +67,20 @@ export const PreviewComponent = forwardRef
+
-
- }> - - + })} + > +
+ }> + + +