// Truncate text when it exceeds 3 lines of text using -webkit-line-clamp p { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3 // change 3 with any number of lines you want to set }