Let the container align the undo outcome note #74

Merged
steve merged 1 commits from fix/undo-note-alignment into main 2026-07-21 13:02:27 +00:00
1 Commits
Author SHA1 Message Date
steveandClaude Opus 4.8 90d4b87c32 Let the container align the undo outcome note
Build image / build-and-push (push) Successful in 19s
Gadfly review (reusable) / review (pull_request) Successful in 2m52s
Adversarial Review (Gadfly) / review (pull_request) Successful in 2m52s
Spotted in the DOM while verifying the undo fix: OutcomeNote hard-coded
text-right, which suited the history list (a narrow right-hand column) and read
against itself in the chat panel, where the note sits under a left-aligned
assistant message.

Alignment belongs to whoever is doing the laying out, so the note carries none
and the history entry asks for text-right where it wants it.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Claude-Session: https://claude.ai/code/session_01H3zbym8Doka2d7D48maSgZ
2026-07-21 08:56:42 -04:00