openclaw/ui/src
Robby 0a0d5bc529 fix: add text overflow ellipsis to config section titles
Fixes #1728

Config section header titles were being truncated without visual
indication. Added standard CSS truncation to BOTH title classes:
- .config-section-hero__title (main section headers)
- .config-section-card__title (card headers)

Properties added:
- white-space: nowrap
- overflow: hidden
- text-overflow: ellipsis
2026-01-25 12:45:24 +00:00
..
styles fix: add text overflow ellipsis to config section titles 2026-01-25 12:45:24 +00:00
ui feat: add prek pre-commit hooks and dependabot (#1720) 2026-01-25 10:53:23 +00:00
main.ts feat: add prek pre-commit hooks and dependabot (#1720) 2026-01-25 10:53:23 +00:00
styles.css feat(ui): complete config page overhaul with sidebar nav, search, toggles, and diff view 2026-01-20 11:28:41 -05:00