ux/nd: notes preview in saved recipe cards hard-truncated with no expand affordance #48
Labels
No labels
accessibility
backlog
beta-feedback
bug
duplicate
enhancement
help wanted
invalid
needs-design
needs-triage
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/kiwi#48
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
.notes-previewuseswhite-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 addmax-heightwith 'Show more' toggle.Refs: LOW-N13