From 88e15987d2d747a0ecba69e010028d8479f3442b Mon Sep 17 00:00:00 2001 From: Lukas Parsons Date: Tue, 7 Jul 2026 12:53:38 -0400 Subject: [PATCH] docs: capture edit-message width fix in completed tasks --- docs/improvement-tasks.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/improvement-tasks.md b/docs/improvement-tasks.md index 62b356a1..393edaa4 100644 --- a/docs/improvement-tasks.md +++ b/docs/improvement-tasks.md @@ -51,4 +51,7 @@ Last updated: 2026-07-07 ## Completed - \ No newline at end of file + + +- [x] **2026-07-08: Edit message textarea now fills full message width** + `.msg-user { width: fit-content }` collapsed container when body swapped for textarea. CSS: `.msg-user.editing { width: 85% !important }`. JS: `editUserMessage()` adds/removes `editing` class. (commit f0031ea) \ No newline at end of file