Is that I'm trying to apply the ellipses to a "p" with miltiline, I put the points well, but I do not disappear the remaining text, I do not know what it may be, I put my code so please help me by validating what am I doing wrong.
p {
margin: 0;
color: #000000;
font-size: 20px;
font-family: Arial;
font-weight: 700;
padding: 15px;
height: 110px;
width: 239px;
background-color: red;
display: block;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
<p>
¿Cómo pedir turno para la sucursal Física desde Bancolombia app? ¿Cómo pedir turno para la sucursal Física desde Bancolombia app?
</p>