p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 200px; }
/*CSS to limit the text length inside a div*/ text-overflow: ellipsis; overflow: hidden; white-space: nowrap;