forked from git.gladyson/openmonetis
fix: adjust padding and layout in various dashboard widgets for improved UI consistency
This commit is contained in:
@@ -172,11 +172,12 @@ export function InstallmentExpensesWidget({
|
||||
|
||||
<p className="text-xs text-muted-foreground ">
|
||||
{endDate && `Termina em ${endDate}`}
|
||||
{` - Restante (${remainingInstallments}) `}
|
||||
{" | Restante "}
|
||||
<MoneyValues
|
||||
amount={remainingAmount}
|
||||
className="inline-block font-medium"
|
||||
/>
|
||||
/>{" "}
|
||||
({remainingInstallments})
|
||||
</p>
|
||||
|
||||
<Progress value={progress} className="h-2 mt-1" />
|
||||
|
||||
Reference in New Issue
Block a user