Skip to content

Commit

Permalink
revert padding hack
Browse files Browse the repository at this point in the history
  • Loading branch information
mgasner committed Nov 20, 2017
1 parent e1a31f3 commit b457c05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/templates/tab-add-1.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ion-view title="Add Contact" cache-view="false">
<!-- <ion-content class="padding" scroll="true"> -->
<form ng-submit="addContact(contact)" promise-btn style="padding-top: 112px;">
<ion-content class="padding" scroll="true">
<form ng-submit="addContact(contact)" promise-btn>
<small><strong>Name</strong></small>
<label class="item item-input">
<input type="text" placeholder="First"
Expand All @@ -26,5 +26,5 @@
</label><br />
<button ion-button round type="submit">Next</button>
</form>
<!-- </ion-content> -->
</ion-content>
</ion-view>

0 comments on commit b457c05

Please sign in to comment.