-
Notifications
You must be signed in to change notification settings - Fork 6
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
Content overflow in responsive views #50
Comments
Hello @tellyworth Thank you for creating this issue. We can fix this issue by adding the below CSS.
After adding this CSS, the design of this page will look like this: Thank you ! |
Describe the bug To Reproduce Go to the above URL |
To overcome the content overflow issue from the below link: Please find the below CSS: |
Describe the bug https://wordpress.org/documentation/article/wordpress-glossary/ To Reproduce Go to the above URLs |
Please find the below CSS to solve the issue mentioned in the above comment: |
Describe the bug https://wordpress.org/documentation/article/faq-work-with-wordpress/ To Reproduce Go to the above URLs |
Please find the below CSS to solve the content formatting issue mentioned in the above comment. |
Describe the bug https://wordpress.org/documentation/article/wordpress-privacy/ To Reproduce Go to the above URLs |
To solve the above design break issue, please find the below CSS: |
Describe the bug https://wordpress.org/documentation/article/twenty-nineteen/ To Reproduce Go to the above URLs |
Describe the bug https://wordpress.org/documentation/article/twenty-twenty/ To Reproduce Go to the above URLs |
To solve the content overflow issue in the above issue, please find the below CSS: .wp-block-post-content p {word-break: break-word; } |
Describe the bug https://wordpress.org/documentation/article/twenty-twenty-changelog/ To Reproduce Go to the above URLs |
To solve the content overflow issue in the above issue, please find the below CSS: .wp-block-post-content ul li {word-break: break-word; } |
Describe the bug https://wordpress.org/documentation/article/twenty-twenty-one-changelog/ To Reproduce Go to the above URLs |
To solve the content overflow issue in the above issue, please find the below CSS: .wp-block-post-content ul li {word-break: break-word; } |
This article was moved to DevHub and it has no problems there. |
I'm not sure I understand. When I visit that link I clearly see the problem. |
That page has been unpublished, if you visit it logged out, it's a 404. We need to update the link on the Download page to https://developer.wordpress.org/advanced-administration/before-install/howto-install/ (this will also be fixed once those redirects are in place, see #59 & #60). |
Describe the bug
Some code blocks overflow their container on mobile. Examples from https://meta.trac.wordpress.org/ticket/6780:
https://wordpress.org/documentation/article/tools-erase-personal-data-screen/
https://wordpress.org/documentation/article/tools-export-personal-data-screen/
https://wordpress.org/documentation/article/tools-network-screen/
https://wordpress.org/documentation/article/video-shortcode/
(reported by patelhitesh on meta trac)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should either wrap or scroll, whatever is more generally accessible.
Screenshots
I couldn't reproduce all of those, but here's an example from tools-network-screen in Firefox 109:
The text was updated successfully, but these errors were encountered: