I am facing an issue with a fixed width DIV of 300px. Within this DIV, I have dynamic text that sometimes exceeds the width and gets cut off. Is there a way to make the text wrap when it exceeds the 300px limit without increasing the height of the DIV?
Is it possible to achieve this using only CSS or will JavaScript be required?
Thank you
NOTE: It is important not to expand the length of the DIV