do not center restore page labels

This commit is contained in:
Girish Ramakrishnan
2018-06-04 20:35:26 -07:00
parent a76631ee3d
commit 13adca00d6
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
<br/>
<br/>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="col-md-8 col-md-offset-2">
<div class="form-group" ng-class="{ 'has-error': setupForm.displayName.$dirty && setupForm.displayName.$invalid }">
<label class="control-label">Full Name</label>
<input type="text" class="form-control" ng-model="account.displayName" id="inputDisplayName" name="displayName" placeholder="Full Name" required autocomplete="off" autofocus>