fix analysis package button alignment with short subtitle text
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user