-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
bugSomething isn't workingSomething isn't workingfixed in devFixed in the development branchFixed in the development branch
Description
Describe the bug
The “Notes” textarea in the edit‐item modal defaults to rows="10", making it excessively tall and pushing the “Save”/“Cancel” buttons off‐screen unless the user scrolls the entire dialog.
To Reproduce
- Open Yamtrack and click to add or edit notes on any item.
- Observe that the Notes field spans ten rows by default.
- Notice that the modal’s “Save”/“Cancel” buttons are not visible without scrolling.
Expected behavior
The textarea should be roughly the same height as other inputs (e.g., rows="5") so the buttons remain visible without extra scrolling.
Screenshots
Solution: textarea rows="5"
Error logs
N/A
Yamtrack version: Version: v0.23.1-20-ga7818fa
Database: SQLite (default) or PostgreSQL
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfixed in devFixed in the development branchFixed in the development branch


