From a3a87cc1eda362e53b29a396200cb2af5f3b4879 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Mon, 24 Aug 2026 19:39:27 +0530 Subject: [PATCH] style(reports): right-align generated date in report rows --- src/Reports/ReportList.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/Reports/ReportList.tsx b/src/Reports/ReportList.tsx index ad264cf..e35710c 100644 --- a/src/Reports/ReportList.tsx +++ b/src/Reports/ReportList.tsx @@ -81,14 +81,15 @@ export function ReportList({ reports, loading, fields, selectedId, onView, onReg {amounts} )} - {fields && ( - - - - )} + {fields && ( + + + + )} +