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
Issue - Some blog like the one below which contains code examples in <span> contains text which is flowing outside of the boundary and hence increases the width of the page.
Probable solution - word-wrap attribute can be used to wrap text inside the parent of <span>.
The text was updated successfully, but these errors were encountered:
Issue - Some blog like the one below which contains code examples in
<span>
contains text which is flowing outside of the boundary and hence increases the width of the page.Probable solution -
word-wrap
attribute can be used to wrap text inside the parent of<span>
.The text was updated successfully, but these errors were encountered: