fix: add overflow-visible class to Card component for improved layout
This commit is contained in:
parent
2d60c0c67d
commit
3cb5b46aab
@ -188,7 +188,7 @@ export default function CashAccountIndex({
|
|||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Card>
|
<Card className="overflow-visible">
|
||||||
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
|
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
|
||||||
<CardTitle className="text-sm font-medium">
|
<CardTitle className="text-sm font-medium">
|
||||||
Saldo saat ini
|
Saldo saat ini
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user