html - How to do <p> tag word wrapping? -
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.
Comments
Post a Comment