Hacer que el texto se mantenga acorde al contenedor, sin debordamientos.
overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
Hacer que el texto se mantenga acorde al contenedor, sin debordamientos.
overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
Comentarios
Publicar un comentario