Skip to content

Fix table overflow #8448

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

Merged
merged 1 commit into from
Jan 10, 2023
Merged

Fix table overflow #8448

merged 1 commit into from
Jan 10, 2023

Conversation

clicktodev
Copy link
Contributor

@clicktodev clicktodev commented Jan 10, 2023

This should fix the problem where tables sometimes overflow and cause the entire page to become horizontally scrollable.

To reproduce: open this page on a mobile device.
Device: Pixel 4

Before:

laravel com_docs_9 x_releases(Pixel 4) (2) (Custom)
laravel com_docs_9 x_releases(Pixel 4) (3) (Custom)

After wrapping the table with a div with overflow set to auto:

laravel com_docs_9 x_releases(Pixel 4) (Custom)
laravel com_docs_9 x_releases(Pixel 4) (1) (Custom)

@taylorotwell taylorotwell merged commit de55187 into laravel:master Jan 10, 2023
@clicktodev clicktodev deleted the master branch January 10, 2023 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants