Robby
003fff067a
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:48:19 +00:00
..
2026-01-25 10:53:23 +00:00
2026-01-25 12:29:25 +00:00
2026-01-21 02:58:56 +00:00
2026-01-25 12:29:25 +00:00
2026-01-25 12:48:19 +00:00
2026-01-25 12:29:25 +00:00
2026-01-25 10:04:50 +00:00