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
I suspect any component with long words will break any component they are used in, so we may want to consider a solution that addresses more than grid__item.
@Keale2 Agreed. I think 2 and 3 could potentially be handled at a higher level. 1 still needs to be completed on this component in order for those to work properly though
A long word inside of a grid__item causes the grid__item to be wider than it's flex-basis indicates it should be. One way to fix this seems to be:
word-wrap: break-word
The text was updated successfully, but these errors were encountered: