Admin tables: action column keeps its width, email wraps, shorter dates; no sideways scroll needed

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-11 07:41:50 -05:00
parent 6a21b4dc62
commit 9939c0487f
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
finally { btn.disabled = false; }
};
}
const when = ts => ts ? new Date(Number(ts)).toLocaleString() : '';
const when = ts => ts ? new Date(Number(ts)).toLocaleString([], { month: 'short', day: 'numeric', hour: 'numeric', minute: '2-digit' }) : '';
let rates = {}, sizes = [], houseOwner = 'house@instantadpay.com';
// ── sign-in ──