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
In this commit there was a change on the overflow-wrap value. anywhere was replaced by break-word. Was there a good reason for doing this? If I do some tests I find anywhere is working better. Especially when working with display: grid and flex.
In this commit there was a change on the
overflow-wrap
value.anywhere
was replaced bybreak-word
. Was there a good reason for doing this? If I do some tests I findanywhere
is working better. Especially when working with display: grid and flex.Conclusion in this PR was also the same...
The text was updated successfully, but these errors were encountered: