From baf13be5bb11bb061b0554c0169441eefbf74f57 Mon Sep 17 00:00:00 2001 From: Punyakrit Date: Mon, 13 May 2024 03:29:06 +0530 Subject: [PATCH] overflow ui fix --- src/app/questions/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/questions/page.tsx b/src/app/questions/page.tsx index 152cbe30b..98d370b8f 100644 --- a/src/app/questions/page.tsx +++ b/src/app/questions/page.tsx @@ -140,7 +140,7 @@ export default async function Home({ return ( <> -
+

Questions

@@ -159,7 +159,7 @@ export default async function Home({
-
+
@@ -215,7 +215,7 @@ export default async function Home({
-
+
{response?.data?.map((post) => (