I have a long text to put in a DIV , it does not wrap and all of the text is displayed in one line .
tried every CSS i know from word-wrap to white-space but nothing works .
if the text contained a \n or , or . it wraps .
Any idea on how to wrap it even if none of these existed ? without using the width in css
Thank you .