Skip to content

v2.72.5 — fix inbox id/title overlap

Choose a tag to compare

@avelikiy avelikiy released this 13 Jun 13:49
v2.72.5
67c04b7

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.