Upcoming lesson text overlaps itself in the booking block #149

Closed
opened 2026-07-29 23:20:44 +00:00 by thatguygriff · 0 comments
Owner

Feedback

Fix upcoming lesson text being on top of itself

Problem

Rows in the upcoming-lessons panel render with text overlapping — most likely the flex row in .us-my-lesson / .us-my-lesson-info collapsing at some widths, or .us-my-lesson-who (the "whose lesson" line, only shown on multi-student accounts) sitting on top of the lesson detail.

Places to look

  • assets/css/frontend.css — the upcoming-lessons panel (comment at line 38), the .us-my-lesson responsive block around lines 380-390, and .us-my-lesson-who around line 400
  • templates/frontend/booking-page.php and the row markup in assets/js/booking.js

Acceptance

No overlapping text at any viewport width, single-student and multi-student accounts, with long lesson/offering names.

## Feedback > Fix upcoming lesson text being on top of itself ## Problem Rows in the upcoming-lessons panel render with text overlapping — most likely the flex row in `.us-my-lesson` / `.us-my-lesson-info` collapsing at some widths, or `.us-my-lesson-who` (the "whose lesson" line, only shown on multi-student accounts) sitting on top of the lesson detail. ## Places to look - `assets/css/frontend.css` — the upcoming-lessons panel (comment at line 38), the `.us-my-lesson` responsive block around lines 380-390, and `.us-my-lesson-who` around line 400 - `templates/frontend/booking-page.php` and the row markup in `assets/js/booking.js` ## Acceptance No overlapping text at any viewport width, single-student and multi-student accounts, with long lesson/offering names.
thatguygriff added the bug label 2026-07-29 23:20:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Unsupervised/unsupervised-scheduler#149