set change password button size to the same as the other buttons

This commit is contained in:
Mads Rasmussen
2017-06-29 12:30:50 +02:00
parent 69791a3616
commit a082b72f50

View File

@@ -231,7 +231,8 @@
label="Change password"
label-key="general_changePassword"
state="changePasswordButtonState"
ng-if="vm.changePasswordModel.isChanging === false">
ng-if="vm.changePasswordModel.isChanging === false"
size="m">
</umb-button>
<ng-form ng-if="vm.changePasswordModel.isChanging"