docs: capture edit-message width fix in completed tasks
This commit is contained in:
parent
f0031eac11
commit
88e15987d2
1 changed files with 4 additions and 1 deletions
|
|
@ -52,3 +52,6 @@ Last updated: 2026-07-07
|
|||
## Completed
|
||||
|
||||
<!-- 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)
|
||||
Loading…
Add table
Reference in a new issue