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; }