CSS code snippet – How to define max number of character for a paragraph ?
p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 200px; }
p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 200px; }