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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -