Skip to content

CSS code snippet – How to get text to auto break in a grid?

.grid-item{
  word-break: break-word;
}
See also  Python code snippet - How to multi thread ?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.