Browse Source

minor prettier change.

atmext
fiatjaf 4 years ago
parent
commit
435f5405c6
  1. 6
      lnbits/core/templates/core/wallet.html

6
lnbits/core/templates/core/wallet.html

@ -112,7 +112,11 @@
<q-tooltip>Pending</q-tooltip> <q-tooltip>Pending</q-tooltip>
</q-icon> </q-icon>
</q-td> </q-td>
<q-td key="memo" :props="props" style="white-space: normal; word-break: break-all;"> <q-td
key="memo"
:props="props"
style="white-space: normal; word-break: break-all"
>
<q-badge v-if="props.row.tag" color="yellow" text-color="black"> <q-badge v-if="props.row.tag" color="yellow" text-color="black">
<a <a
class="inherit" class="inherit"

Loading…
Cancel
Save