From 7c91e1eef75ae5f6a44996b936ab2359d7a432c3 Mon Sep 17 00:00:00 2001 From: James Griffin Date: Tue, 28 Jul 2026 23:04:29 -0300 Subject: [PATCH] Add the changelog entry missed by #135 The upcoming-lessons layout fix shipped without one. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2190fe3..31cf96a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ each change under the current top section as you work. ## [1.2.4] +### Fixed +- A student's **upcoming lessons no longer pile on top of each other**. On the booking page, the lesson name, its date and time, the status badge and the **Cancel** button could render over one another instead of sitting in a tidy row — worst with a long lesson-type name, and on narrow screens, where the row had no phone layout at all. The panel now keeps its shape whatever the theme around it does, long names wrap instead of shoving the Cancel button out of the row, and on a phone the lesson details stack above the buttons. + ## [1.2.3] ### Changed