Skip to content

Commit

Permalink
#1420 Update layout of login form
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jul 13, 2020
1 parent cbd7eab commit d24696b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app/views/#.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</div>

<div class="row">
<div class="col-xs-offset-8 col-xs-4">
<button type="submit" ng-click="login()" class="btn btn-primary btn-sm btn-block btn-flat" ng-disabled="loginForm.$invalid">#</button>
<div class="col-xs-12">
<button type="submit" ng-click="login()" class="btn btn-primary btn-block" ng-disabled="loginForm.$invalid">#</button>
</div>
</div>

Expand Down

0 comments on commit d24696b

Please # to comment.