fix tabs height

This commit is contained in:
2025-05-05 16:12:54 +02:00
parent 7407ca6992
commit cee480b28d

View File

@@ -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 =