fix word-break - fix apply error at update memo

This commit is contained in:
JDonadio 2017-02-17 10:06:17 -05:00
commit dc5a9ef91c
2 changed files with 3 additions and 1 deletions

View file

@ -119,7 +119,6 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
$log.debug('Could not save tx comment ' + err);
}
});
$scope.$apply();
});
};

View file

@ -50,6 +50,9 @@
}
.item {
border-color: $item-border-color;
&-note {
word-break: keep-all;
}
}
.info {
span {