- Add CSS for spec tab layout with proper overflow handling - Update TaskDetailModal spec tab wrapper class for correct styling - Add changeset for the layout fix - Remove stale executor tests and unused transition logic
11 lines
358 B
Markdown
11 lines
358 B
Markdown
---
|
|
"@dustinbyrne/kb": patch
|
|
---
|
|
|
|
Fix SpecEditor layout in task detail modal
|
|
|
|
The SpecEditor's edit view now properly fills the available vertical space
|
|
in the task detail modal. Added flex constraints to the spec tab wrapper
|
|
container so the textarea expands to fill space between the tabs and modal
|
|
bottom, with proper scrolling behavior for long content.
|