wrap memo columns in payments table.

This commit is contained in:
fiatjaf 2020-10-15 00:59:00 -03:00
parent be7d36214a
commit bdbb58b2b0
2 changed files with 2 additions and 6 deletions

View File

@ -95,7 +95,7 @@
</template>
<template v-slot:body="props">
<q-tr :props="props">
<q-td auto-width class="lnbits__q-table__icon-td">
<q-td auto-width class="text-center">
<q-icon
v-if="props.row.isPaid"
size="14px"
@ -112,7 +112,7 @@
<q-tooltip>Pending</q-tooltip>
</q-icon>
</q-td>
<q-td key="memo" :props="props">
<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">
<a
class="inherit"

View File

@ -52,10 +52,6 @@ body.body--dark .q-field--error {
width: 500px;
}
.lnbits__q-table__icon-td {
text-align: center;
}
.q-table--dense {
th:first-child,
td:first-child,