Skip to content

Commit

Permalink
#946 Fix login form layout
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Oct 27, 2020
1 parent 1ea1406 commit 626f6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/views/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

Expand Down

0 comments on commit 626f6b2

Please sign in to comment.