Home >Web Front-end >HTML Tutorial >Personal Notes-CSS_html/css_WEB-ITnose
Hide text beyond container
.hiddenoverflowtext { width:265px; line-height:25px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; display: inline-block;}
Force text (alphanumeric sometimes not wrapped) to wrap
text-indent:2em; word-break:break-all; word-wrap:break-word;