Fix div overflow by applying word-break: break-all to prevent long strings from breaking layout
This PR addresses an issue where long unbroken strings (e.g., letters and numbers without spaces) in JSON properties cause divs to overflow, breaking the layout. The solution involves applying the CSS property word-break: break-all to ensure that such strings wrap correctly within their containers, preventing overflow.
Fix div overflow by applying word-break: break-all to prevent long strings from breaking layout
This PR addresses an issue where long unbroken strings (e.g., letters and numbers without spaces) in JSON properties cause divs to overflow, breaking the layout. The solution involves applying the CSS property word-break: break-all to ensure that such strings wrap correctly within their containers, preventing overflow.
Related Issues
7