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