fix(tickets): keep Created and SLA Due on one line (PMS-181) #105
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/mapps-181-ticket-detail-oneline"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
On the ticket detail sidebar, the Created and SLA Due values wrapped onto a second line. Keep each on one line (PMS-181).
Changes
DetailItemgains anowrapoption: when set, the value iswhitespace-nowrapand right-aligned.items-baseline+gapwith a non-shrinking label, so the value sits on the same line as its label.nowrap: trueset for Created and SLA Due (the two long timestamps); other detail rows are unchanged in behaviour.Verification
cargo check --target wasm32-unknown-unknownandcargo fmt --checkclean. (The one host clippy hit isclippy::manual_checked_opson pre-existingprojects.rs:685, a lint that only exists in host rust 1.95; CI runs rust 1.94 where it does not fire.)🤖 Generated with Claude Code