Merge pull request #5622 from JDonadio/fix/ui-memo

Fix word-break on memo
This commit is contained in:
Gustavo Maximiliano Cortez 2017-02-20 09:33:45 -03:00 committed by GitHub
commit 8aad1c7d00
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 {