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

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -