+ {/* overflow-hidden: the shrink-0 chips below don't truncate, so on a
+ viewport too narrow for them the cell must clip instead of painting
+ over the Belopp column. Same guard #2003 put on TransactionInboxCard;
+ this row and the ones below never got it. */}
+
{row.transaktionstext}
diff --git a/components/transactions/TransactionHistoryList.tsx b/components/transactions/TransactionHistoryList.tsx
index d221bbdd..9b7c9e39 100644
--- a/components/transactions/TransactionHistoryList.tsx
+++ b/components/transactions/TransactionHistoryList.tsx
@@ -318,7 +318,9 @@ function BankHistoryRow({
{formatDate(transaction.date)}
-
+ {/* overflow-hidden: see #2003, the shrink-0 markers below cannot
+ truncate and would paint over Belopp. */}
+