-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Events list per year is too wide #858
Comments
Good catch. Please review / have a look at #869 aiming to resolve this. Since no typographical guidelines for various kinds of information was provided, we're bound to run into these random issues all over the website. |
I have a feeling this fix/workaround is mainly aimed at larger viewports (typical for laptops, desktops, even large tablets), and may not solve the same problem for smaller viewports (typical for smaller tablets, smartphones, etc.). It might be better to make that "horizontal list" scrollable when there are more than fit in any given viewport (which might be small even on a larger screen), such as what Google does with a product search. |
In the
2023-redesign
branch, all events for a given year are in a horizontal list.This means they run off the screen when there are more than 5 events in one year.
The text was updated successfully, but these errors were encountered: