From ca402a089659dc6cd18f9b191ada648cfb1502d2 Mon Sep 17 00:00:00 2001 From: saml33 Date: Mon, 6 Jun 2022 11:47:38 +1000 Subject: [PATCH] fix tab width on mobile --- pages/stats.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/stats.tsx b/pages/stats.tsx index a6a0b261..5fca0c01 100644 --- a/pages/stats.tsx +++ b/pages/stats.tsx @@ -64,6 +64,7 @@ export default function StatsPage() { onChange={handleChangeViewIndex} items={TABS} tabIndex={viewIndex} + width="w-full" /> )} {!isMobile ? (