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 |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||