I am developing a project and I came across a problem where the ion-input text including placeholder text are a little above the text beside it. I need help aligning them.
This is my code.
<ion-item>
<h4 item-left> UserName: </h4>
<ion-input placeholder="UserName" class="ion-padding"></ion-input>
</ion-item>
<ion-item>
<h4 item-left> Profile picture: </h4>
<ion-input placeholder="Profile picture" class="input"></ion-input>
</ion-item>
<ion-item>
<h4> E-mail: </h4>
<ion-input placeholder= "Email" inputmode="email"type="email" class="input"></ion-input>
</ion-item>
This is the output: