Nicole
answered Jul 9 '21 00:00
try this overflow:hidden
try to set width and height and overflow to hidden ,
this should be help to hide the overflow text in a div
<div style="height:100px;width:100px;overflow:hidden">
you can put content here
</div>