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