/*CSS to limit the text length inside a div*/ text-overflow: ellipsis; overflow: hidden; white-space: nowrap;