ux/nd: notes preview in saved recipe cards hard-truncated with no expand affordance #48

Open
opened 2026-04-08 06:43:22 -07:00 by pyr0ball · 0 comments
Owner

.notes-preview uses white-space: nowrap; overflow: hidden; text-overflow: ellipsis. User-written notes are truncated to a single line with no way to read them without opening Edit.

Fix: Remove white-space: nowrap (allow wrapping), or add max-height with 'Show more' toggle.

Refs: LOW-N13

`.notes-preview` uses `white-space: nowrap; overflow: hidden; text-overflow: ellipsis`. User-written notes are truncated to a single line with no way to read them without opening Edit. **Fix:** Remove `white-space: nowrap` (allow wrapping), or add `max-height` with 'Show more' toggle. **Refs:** LOW-N13
pyr0ball added this to the Beta — Recipe Suggestions milestone 2026-04-08 06:43:22 -07:00
pyr0ball added the
bug
accessibility
labels 2026-04-08 06:43:22 -07:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/kiwi#48
No description provided.