fix word-break - fix apply error at update memo
This commit is contained in:
parent
4fcc058049
commit
dc5a9ef91c
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);
|
$log.debug('Could not save tx comment ' + err);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
$scope.$apply();
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,9 @@
|
||||||
}
|
}
|
||||||
.item {
|
.item {
|
||||||
border-color: $item-border-color;
|
border-color: $item-border-color;
|
||||||
|
&-note {
|
||||||
|
word-break: keep-all;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.info {
|
.info {
|
||||||
span {
|
span {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue