fix tab width on mobile
This commit is contained in:
parent
6cca388915
commit
ca402a0896
|
@ -64,6 +64,7 @@ export default function StatsPage() {
|
|||
onChange={handleChangeViewIndex}
|
||||
items={TABS}
|
||||
tabIndex={viewIndex}
|
||||
width="w-full"
|
||||
/>
|
||||
)}
|
||||
{!isMobile ? (
|
||||
|
|
Loading…
Reference in New Issue