css - not able to see the dot dot dot at the end of the line in the IE 11 -
i have requirement, need show in jsp pargagraph content. working fine in chrome. same code not working in ie 11. problem ...
missing in ie11.
just see output in chrome:
sample 1-announcement contentsample 1-announcement with...
in ie 11
sample 1-announcement contentsample 1-announcement content ldjflk
for above output have used following css :
.vp_announce_card_line_clamp { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -ms-flexbox; }
please tell me how can resolve in ie 11 or there alternative problem.
Comments
Post a Comment