html - How to do <p> tag word wrapping? -


screenshot

as shown in above image. exceeding words needs hide , dotted line need show. how word wrapping in css/angular js.

you can use text-overflow style available in css.

text-overflow: clip|ellipsis|string|initial|inherit; 

use ellipsis trim word , show dots.

see word wrapping in css


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -