Wrap floData string properly
This commit is contained in:
parent
19e5755ef7
commit
8668e6abb0
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "flosight-ui",
|
"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.",
|
"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",
|
"repository": "git://github.com/bitpay/flosight-ui.git",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/bitpay/flosight-ui/issues"
|
"url": "https://github.com/bitpay/flosight-ui/issues"
|
||||||
|
|||||||
@ -212,8 +212,8 @@
|
|||||||
<div class="line-top row" style="margin-top: 15px;" data-ng-hide="tx.floData === ''">
|
<div class="line-top row" style="margin-top: 15px;" data-ng-hide="tx.floData === ''">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<div class="well well-sm" style="margin: 0px 10px">
|
<div class="well well-sm" style="margin: 0px 10px">
|
||||||
<strong>floData</strong>
|
<strong>floData: </strong>
|
||||||
<span class="text-muted ng-binding">{{tx.floData}}</span>
|
<span class="text-muted ng-binding" style="word-break: break-all">{{tx.floData}}</span>
|
||||||
<span class="btn-copy" clip-copy="tx.floData"></span>
|
<span class="btn-copy" clip-copy="tx.floData"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user