Wrap text around the picture

I would need to have text wrap a picture but why can’t my text at the bottom go below the picture (like normal text wrapping ?)

.html

{{event.categories[0].label}}

              <p>{{event.descriptionText}}</p>
            </ion-item>
          
        </ion-row>

.css
> .customized-image{

    max-height: 150px !important;
    float: left !important;
    
  }

This has to be done using CSS shape.

CSS shape property info can be found here:

You can make your text wrap around any shape of your choice using CSS shape property.