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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Feedback
Problem
Rows in the upcoming-lessons panel render with text overlapping — most likely the flex row in
.us-my-lesson/.us-my-lesson-infocollapsing 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-lessonresponsive block around lines 380-390, and.us-my-lesson-whoaround line 400templates/frontend/booking-page.phpand the row markup inassets/js/booking.jsAcceptance
No overlapping text at any viewport width, single-student and multi-student accounts, with long lesson/offering names.