TWebContinuousScroll

Hi,

I cannot get text to wrap within this control.

gContin.ItemTemplate:=
    '<div class="container-fluid">'+
    '<h2>(%AskPrice%)</h2>'+
    '<div class="row">'+
    '<div class="col col-lg-3">'+
    '<IMG class="img-fluid" src="data:image/jpeg;base64,(%MainImage%)">'+
    '</div>'+
    '<div class="col col-lg-9" style="background-color:white;color:black">'+
    '<p style="font-size:12pt">(%Advertisement%)</p>'+
    '</div>'+
    '</div>'+
    '</div>';
``
It is the (%Advertisement%) item that is not wrapping and is a string.

Thanks,

Ken

Adding white-space: normal to the div cured the problem.