fix analysis package button alignment with short subtitle text

This commit is contained in:
2025-09-12 15:33:13 +03:00
parent 74c176912b
commit 3525a5ccd2

View File

@@ -87,7 +87,7 @@ export default function SelectAnalysisPackage({
}; };
return ( return (
<Card key={title}> <Card key={title} className="flex flex-col">
<CardHeader className="relative"> <CardHeader className="relative">
{description && ( {description && (
<ButtonTooltip <ButtonTooltip
@@ -113,7 +113,7 @@ export default function SelectAnalysisPackage({
/> />
<CardDescription>{subtitle}</CardDescription> <CardDescription>{subtitle}</CardDescription>
</CardContent> </CardContent>
<CardFooter> <CardFooter className="mt-auto">
<Button <Button
className="w-full text-[10px] sm:text-sm" className="w-full text-[10px] sm:text-sm"
onClick={handleSelect} onClick={handleSelect}