forked from git.gladyson/openmonetis
fix: adjust padding and layout in various dashboard widgets for improved UI consistency
This commit is contained in:
@@ -53,12 +53,12 @@ export function PaymentConditionsWidget({
|
||||
return (
|
||||
<li
|
||||
key={condition.condition}
|
||||
className="flex items-center gap-3 border-b border-dashed pb-4 last:border-b-0 last:pb-0"
|
||||
className="flex items-center gap-3 border-b border-dashed pb-3 last:border-b-0 last:pb-0"
|
||||
>
|
||||
<div className={CONDITION_ICON_CLASSES}>{Icon}</div>
|
||||
|
||||
<div className="min-w-0 flex-1">
|
||||
<div className="flex items-center justify-between gap-3">
|
||||
<div className="flex items-center justify-between">
|
||||
<p className="font-medium text-foreground text-sm">
|
||||
{condition.condition}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user