Home >Web Front-end >HTML Tutorial >css control text displays two lines and displays more than ellipses_html/css_WEB-ITnose
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
word-break: break-all;
overflow: hidden;