Make the button as big as other buttons

This commit is contained in:
Girish Ramakrishnan
2016-09-27 23:00:53 -07:00
parent 6a4b60436e
commit 20b6df3cb8

View File

@@ -261,7 +261,7 @@
</div>
</div>
<div class="col-xs-3 text-right">
<button class="btn btn-outline btn-xs btn-primary" ng-click="showCreateBackup()" ng-disabled="createBackup.busy">Backup now</button>
<button class="btn btn-outline btn-primary" ng-click="showCreateBackup()" ng-disabled="createBackup.busy">Backup now</button>
</div>
</div>
</div>