mirror of
https://github.com/ershisan99/www.git
synced 2025-12-18 12:34:17 +00:00
fix tabs height
This commit is contained in:
@@ -582,7 +582,7 @@ export default function LogParser() {
|
|||||||
|
|
||||||
{parsedGames.length > 0 && (
|
{parsedGames.length > 0 && (
|
||||||
<Tabs defaultValue={defaultTabValue} className='mt-6 w-full'>
|
<Tabs defaultValue={defaultTabValue} className='mt-6 w-full'>
|
||||||
<TabsList className='grid w-full grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4'>
|
<TabsList className='grid h-auto w-full grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4'>
|
||||||
{parsedGames.map((game) => {
|
{parsedGames.map((game) => {
|
||||||
// Determine labels for the tab trigger, handling potential name conflicts
|
// Determine labels for the tab trigger, handling potential name conflicts
|
||||||
const useGenericLabels =
|
const useGenericLabels =
|
||||||
|
|||||||
Reference in New Issue
Block a user