Consider the following inline labels with right alignment:
<ion-content>
<div class="list padding">
<label class="item item-input">
<span class="input-label">Name</span>
<input class="text-right" type="text" ng-model="name">
</label>
</div>
</ion-content>
When the screen is narrow (320px), the text in the input is outside of the screen:
http://dl.dropbox.com/u/1893981/Screenshots/epks.png
How could I fix this?