Web Developer's Notes
Pages
Home
Relative Font Size Tool
Show Symbol Tool
How to break a long word with CSS
To break a long word in fixed width block or table sell
.break-word {
white-space: pre-line;
word-wrap: break-word;
}
<div class="break-word">
</div>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment