Text doesnt span inside horizontal scroll

span is not working inside a horizontal ion-scroll when a long text is displayed

 <ion-scroll scrollX="true" class="scrollOG">
      <ion-row nowrap>
        <div  *ngFor="let item of  list">
          <img class="imageOG" src="{{item.image}}">
            <div>
              <span class="titleOG"> {{item.title}}</span>
            </div>
        </div>
      </ion-row>
    </ion-scroll>

What does “is not working” mean here? What do you expect? What is happening instead?

Text dont wrap if its long text

Which text?
Should it wrap per the CSS settings of its container?