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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -