Adjust margin of monthly statement fieldset in LocationCard component

This commit is contained in:
Knee Cola
2025-11-22 23:16:41 +01:00
parent 256ecf7c55
commit e55468116e

View File

@@ -54,7 +54,7 @@ export const LocationCard:FC<LocationCardProps> = ({location, currency}) => {
{ monthlyExpense > 0 || seenByTenant ? { monthlyExpense > 0 || seenByTenant ?
<fieldset className="card card-compact card-bordered border-1 border-neutral p-3 mt-2 mr-20"> <fieldset className="card card-compact card-bordered border-1 border-neutral p-3 mt-2 mr-[3.5rem]">
<legend className="fieldset-legend px-2 text-sm font-semibold uppercase">{t("monthly-statement-legend")}</legend> <legend className="fieldset-legend px-2 text-sm font-semibold uppercase">{t("monthly-statement-legend")}</legend>
{ {
monthlyExpense > 0 ? monthlyExpense > 0 ?