fix(KB-083): fix SpecEditor layout with proper CSS and remove hardcoded rows

- Add comprehensive CSS styles for SpecEditor component layout
- Remove hardcoded rows prop from SpecEditor for flexible sizing
- Add layout tests for SpecEditor to verify responsive behavior
- Include changeset for patch release of @dustinbyrne/kb package
This commit is contained in:
gsxdsm
2026-03-29 22:54:13 -07:00
parent c676a26854
commit eb626f7581
4 changed files with 238 additions and 1 deletions

View File

@@ -128,7 +128,6 @@ export function SpecEditor({
onChange={(e) => setEditContent(e.target.value)}
disabled={isSaving}
placeholder="Enter task specification in Markdown..."
rows={20}
/>
) : content ? (
<div className="markdown-body">