feat(FN-779): make inline editor taller with 4-row default and mount-time resize

- Increase inline editor textarea default rows from 1 to 4 for better multi-line editing
- Add mount-time auto-resize to fit content on initial render
- Add regression tests for taller inline editor behavior
- Update documentation to reflect the new taller editor defaults
This commit is contained in:
gsxdsm
2026-04-03 11:23:53 -07:00
parent d55e6a4431
commit 18335ab2a5
4 changed files with 59 additions and 6 deletions

View File

@@ -3974,7 +3974,7 @@ body {
resize: none;
overflow: hidden;
line-height: 1.4;
min-height: 38px;
min-height: 80px;
transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}