Fixed text being cut off on the right side of skill cards by: - Adding minWidth: '0' to text container to enable proper flex shrinking - Adding flexWrap: 'wrap' to title/badge row for better wrapping behavior This fixes the flexbox issue where text was overflowing the card boundaries. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>