v2.72.5 — fix inbox id/title overlap
A long project-prefixed task id (e.g. Copytrader_Rust-5q2) overflowed the fixed 90px id column in the inbox lists and overlapped the task title. The id column is now 110px and the id cell is constrained (min-width:0; overflow-wrap:anywhere; word-break) so it always stays inside its own grid track. Verified: 0 rows overlap.