Merge pull request #5622 from JDonadio/fix/ui-memo
Fix word-break on memo
This commit is contained in:
commit
8aad1c7d00
2 changed files with 3 additions and 1 deletions
|
|
@ -119,7 +119,6 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
|
|||
$log.debug('Could not save tx comment ' + err);
|
||||
}
|
||||
});
|
||||
$scope.$apply();
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -50,6 +50,9 @@
|
|||
}
|
||||
.item {
|
||||
border-color: $item-border-color;
|
||||
&-note {
|
||||
word-break: keep-all;
|
||||
}
|
||||
}
|
||||
.info {
|
||||
span {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue