Dominic H.
Dominic H.
Removing the horizontal padding isn't an ideal solution, as this still causes an overlap in some cases (e.g. having several hour-long same-day bookings during the end of the day will...
Ignore this - just saw #449
 Something that we missed on the original PR: it might be nice to have the event name that you are linking to, in the confirmation prompt (e.g. "Are you...
Thanks for the PR, but I think it would be better if we could select a data range (start and end dates). You can take a look at the DataRangePicker...
The calendar month name (right) doesn't seem to be correctly centered:  This seems to be the culprit: ```css &:not(:first-child) .month-label { text-align: right; } ```
The date range selection doesn't work when trying to modify the range (this also makes it very hard to test other features in the datepicker): 
@foxbunny > What browser is that? I'm trying Chrome, Firefox and Safari, and I cannot reproduce. Chrome for MacOS (UA: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like...
> This would push the label all the way to the right, but in your screenshot it looks centered. It might be specific to the particular form, perhaps getting influenced...
On smaller screens, the picker is obstructed by the rest of the RB navigation elements: In our old picker, we normally make the picker go full-screen to avoid this (see...
Just tested this, and whilst it seems to be fine with our custom stylesheets that we have on the CERN instance, the change does cause small logos to be stretched...