wrap memo columns in payments table.
This commit is contained in:
parent
be7d36214a
commit
bdbb58b2b0
2 changed files with 2 additions and 6 deletions
|
|
@ -95,7 +95,7 @@
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:body="props">
|
<template v-slot:body="props">
|
||||||
<q-tr :props="props">
|
<q-tr :props="props">
|
||||||
<q-td auto-width class="lnbits__q-table__icon-td">
|
<q-td auto-width class="text-center">
|
||||||
<q-icon
|
<q-icon
|
||||||
v-if="props.row.isPaid"
|
v-if="props.row.isPaid"
|
||||||
size="14px"
|
size="14px"
|
||||||
|
|
@ -112,7 +112,7 @@
|
||||||
<q-tooltip>Pending</q-tooltip>
|
<q-tooltip>Pending</q-tooltip>
|
||||||
</q-icon>
|
</q-icon>
|
||||||
</q-td>
|
</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">
|
<q-badge v-if="props.row.tag" color="yellow" text-color="black">
|
||||||
<a
|
<a
|
||||||
class="inherit"
|
class="inherit"
|
||||||
|
|
|
||||||
|
|
@ -52,10 +52,6 @@ body.body--dark .q-field--error {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lnbits__q-table__icon-td {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.q-table--dense {
|
.q-table--dense {
|
||||||
th:first-child,
|
th:first-child,
|
||||||
td:first-child,
|
td:first-child,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue