Here is the code snippet I'm working with:
<ion-list>
<ion-item>
<ion-avatar item-left>
<img src="img/avatar-small.jpg">
</ion-avatar>
<h2>Alissa Connor said something</h2>
<p>Sed ut perspiciatis unde omnis iste natus error sit Sed ut perspiciatis unde omnis iste natus error sit Sed ut perspiciatis unde omnis iste natus error sit </p>
</ion-item>
</ion-list>
If you follow this link, you can see what I am getting.
I might have chosen the wrong element for this task, but my goal is to display the entire text. Any suggestions on how to achieve this?