chore(project-map): regenerate .pi-map artifacts across the repo
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
# changes/fix-terminal-container-overflow
|
||||
dir: changes/fix-terminal-container-overflow
|
||||
# openspec/changes/fix-terminal-container-overflow
|
||||
dir: openspec/changes/fix-terminal-container-overflow
|
||||
|
||||
index: changes/fix-terminal-container-overflow/.pi-map.index.md
|
||||
index: openspec/changes/fix-terminal-container-overflow/.pi-map.index.md
|
||||
|
||||
## role
|
||||
CSS bug fix for terminal container overflow issue on desktop viewports
|
||||
Contains documentation and task tracking for a UI bug fix addressing terminal container overflow in a desktop web application.
|
||||
## files
|
||||
- change.md | Documents a CSS flexbox bug fix for terminal container overflow on desktop by adding min-height: 0 to prevent intrinsic content expansion | dep: CSS flexbox, xterm.js, apps/web/src/styles/utilities.css
|
||||
- tasks.md | Tracks completed tasks for fixing a terminal container overflow bug on desktop via CSS adjustments.
|
||||
- change.md | Documents a CSS flexbox bug fix for terminal container overflow on desktop by adding min-height:0 to prevent nested flex items from expanding beyond their allocated tracks | dep: CSS, xterm.js, flexbox
|
||||
- tasks.md | A task checklist documenting completed steps to fix terminal container overflow on desktop in a web application.
|
||||
## arch
|
||||
Simple documentation-only change package using markdown files to track a single CSS flexbox fix (min-height: 0) with no code implementation files present
|
||||
Simple documentation-only package using markdown files for change specification and task management without any code implementation.
|
||||
## tags
|
||||
css, tasks, bug, terminal, container, overflow, desktop, change
|
||||
css, flexbox, fix, terminal, container, overflow, desktop, change
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
|
||||
Reference in New Issue
Block a user