Files
Kilo-Org_kilo/packages
Mark IJbema 79210512d5 fix: About tab width — remove align-items:center from .container
The .container class in KiloProvider.ts had align-items: center which
horizontally centers flex children in a column layout. This caused all
tab content to shrink to intrinsic width instead of stretching to fill
the available space. The About tab was most visibly affected because its
content (short labels like 'Status:', 'Port:') is intrinsically narrow,
while placeholder tabs with long paragraphs masked the issue.

Changes:
- KiloProvider.ts: Remove align-items/justify-content from .container,
  add height: 100vh so Settings fills the sidebar panel
- AboutKiloCodeTab.tsx: Remove redundant width: 100% from outer div,
  match the plain <div> pattern used by all other tabs
2026-02-09 11:29:57 +01:00
..
2026-02-05 09:50:16 -03:00
ci
2026-01-29 23:17:57 -05:00
2026-02-05 09:45:17 -03:00
2026-01-21 14:36:21 -06:00
2026-02-04 18:31:29 -03:00
2026-02-04 11:40:41 +00:00
2026-02-05 09:45:17 -03:00
2026-02-05 09:50:16 -03:00
2026-02-05 09:45:17 -03:00
2026-02-05 09:45:17 -03:00
2026-02-05 09:45:17 -03:00
2026-02-05 09:45:17 -03:00
2026-02-05 09:50:16 -03:00