docs: capture edit-message width fix in completed tasks

This commit is contained in:
Lukas Parsons 2026-07-07 12:53:38 -04:00
parent f0031eac11
commit 88e15987d2

View file

@ -51,4 +51,7 @@ Last updated: 2026-07-07
## Completed
<!-- Move completed items here with completion date -->
<!-- Move completed items here with completion date -->
- [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)