Files
offlineu/templates
rmsitzandClaude Sonnet 5 8f6b00280f Fix course title overflowing the page on mobile
The course dashboard's <h2>{{ course.name }}</h2> heading had no wrap
protection, and course.name is the raw folder name - unlike lesson
titles (cleaned up via _clean_lesson_name), it's never given real
spaces. Most real course folders are dot-separated scene-release-style
names with no natural break point at all, so the browser had nowhere
to wrap and widened the whole page instead - confirmed live against
the deployed site (page rendered at 1066px on a 375px mobile
viewport). Every other place that shows a long course/lesson name
already truncates correctly via flex + overflow:hidden; this heading
was the one gap.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-23 14:40:48 -04:00
..
2026-08-20 13:47:51 -04:00