Wrap floData string properly

This commit is contained in:
Sky Young 2018-05-18 16:36:30 -07:00
parent 19e5755ef7
commit 8668e6abb0
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "flosight-ui",
"description": "An open-source frontend for the Flosight API. The Flosight API provides you with a convenient, powerful and simple way to query and broadcast data on the florincoin network and build your own services with it.",
"version": "5.0.0-beta.55",
"version": "5.0.0-beta.56",
"repository": "git://github.com/bitpay/flosight-ui.git",
"bugs": {
"url": "https://github.com/bitpay/flosight-ui/issues"

View File

@ -212,8 +212,8 @@
<div class="line-top row" style="margin-top: 15px;" data-ng-hide="tx.floData === ''">
<div class="col-12">
<div class="well well-sm" style="margin: 0px 10px">
<strong>floData</strong>
<span class="text-muted ng-binding">{{tx.floData}}</span>
<strong>floData: </strong>
<span class="text-muted ng-binding" style="word-break: break-all">{{tx.floData}}</span>
<span class="btn-copy" clip-copy="tx.floData"></span>
</div>
</div>