css white space fix

by ajinkyax

HTML

<div class="aL_aContent"><a id="wVkQf-PvCVw" data-id="2298" class="fancybox_vid"><img src="http://www.rw-designer.com/icon-image/2724-16x16x32.png" style="margin-right: 4px;"></a>asd</div>

CSS

.aL_aContent{

    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */
}