Ion-label removing ellipsis on code

Hi,
I would like to know 2 things:
How to stretch my line to fill the entire line, because it’s going only to the middle of it.
And remove ellipsis(…) and show the entire text.

image

Here is my code:

<ion-row>
          <ion-col size="3">
            <img src="../assets/whatsapp.png" class="whatsapp-contato1"/>
          </ion-col>
          <ion-col size="9">
            <ion-label position="stacked">Contato 1*</ion-label>
          </ion-col>
        </ion-row>

I don’t think I’ve ever used <ion-label> outside an <ion-item>. I think I would simply use a <div> here instead.