From 73f41758a651fd27b2e4c9eba81d780c3685f586 Mon Sep 17 00:00:00 2001 From: Chaim Date: Sat, 25 Apr 2026 16:40:36 +0000 Subject: [PATCH] fix(ui): align numeric table columns to the right in RTL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit text-end in dir="rtl" aligns content to the LEFT (end of the line in RTL), which made numeric columns visually detach from their headers and feel mis-aligned. Switch all numeric columns to text-start so numbers sit on the right edge — matching the RTL reading direction. Co-Authored-By: Claude Opus 4.7 (1M context) --- web/src/components/AppraisalsTable.tsx | 4 ++-- web/src/components/DealsTable.tsx | 32 +++++++++++++------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/web/src/components/AppraisalsTable.tsx b/web/src/components/AppraisalsTable.tsx index 4e86f0d..f004238 100644 --- a/web/src/components/AppraisalsTable.tsx +++ b/web/src/components/AppraisalsTable.tsx @@ -33,7 +33,7 @@ export function AppraisalsTable({ decisions, totalInDb }: Props) { גוש/חלקה סוג שומה כותרת ההחלטה - PDF + PDF @@ -50,7 +50,7 @@ export function AppraisalsTable({ decisions, totalInDb }: Props) { {d.appraisal_header || "—"} - + {d.pdf_url ? (