Open chuckhendo opened 6 years ago
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.
We can consider hyphens: auto
at a higher level.
@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 griditem causes the griditem to be wider than it's flex-basis indicates it should be. One way to fix this seems to be:
word-wrap: break-word