You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scroll down to the code elements on the page, under the heading "Framework"
See error
Expected behavior
code elements should not flow beyond their containers at any width.
Screenshots
Technical details
Desktop
OS: Windows 10 Pro 20H2
Browser: Chrome 96, Firefox 95
Smartphone / tablet
Device: Pixel 5
OS: Android 12
Browser: Chrome 96
Assistive technology used
N/A
Additional context or notes
This is only visible in desktop environments with very narrow viewports, though it was observed on the Pixel 5 without any changes to the environment.
The solution will likely involve the use of a CSS property such as word-break or line-break. Ideally, the line break would come at typical delimiting symbols such as .
The text was updated successfully, but these errors were encountered:
Describe the bug
code
elements overflow their container at narrow widthsTo reproduce
Steps to reproduce the behavior:
code
elements on the page, under the heading "Framework"Expected behavior
code
elements should not flow beyond their containers at any width.Screenshots
Technical details
Desktop
Smartphone / tablet
Assistive technology used
N/A
Additional context or notes
This is only visible in desktop environments with very narrow viewports, though it was observed on the Pixel 5 without any changes to the environment.
The solution will likely involve the use of a CSS property such as
word-break
orline-break
. Ideally, the line break would come at typical delimiting symbols such as.
The text was updated successfully, but these errors were encountered: