https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41129 --- Comment #144 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Created attachment 205358 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205358&action=edit Bug 41129: (QA follow-up) Lay the calendar legend out as a grid sized to the calendar - One element per legend entry, laid out as a grid instead of a ragged flex row with an orphaned last entry - The legend takes the calendar's measured width (the same --booking-calendar-render-width the panels use) and centres with it: two content-sized columns per displayed month, spread edge to edge, the count passed from the picker's ready event as --booking-legend-columns - BookingPeriodStep.vue owns the legend layout; drop the duplicate flex rules and horizontal padding from BookingForm.vue Test plan: 1. yarn js:build; enable the calendar: legend as wide as the calendar, four columns edge to edge; at phone width one month, two columns 2. cypress run --component --spec t/cypress/component/BookingPeriodStep_spec.ts Assisted-by: Fable 5.1 (Anthropic) Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> -- You are receiving this mail because: You are watching all bug changes.