Réponse

text-overflow: ellipsis;

Colonne
Explication

exemple : p {
white-space: nowrap;
width: 200px;
border: 1px solid #000000;
overflow: hidden;
text-overflow: ellipsis;

}

Question

Specify that the overflowed content for the <p> element should be signaled with an ellipsis (...)

Thématique