Skip to content

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

.grid-item{
  word-break: break-word;
}
See also  PHP code snippet - How uninstall the laravel?

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.