Skip to content

Commit

Permalink
Small change
Browse files Browse the repository at this point in the history
  • Loading branch information
unnamed777 committed Jan 15, 2025
1 parent 684b132 commit a3f55cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/ui/TableList/RichTableList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div style="line-height: 1em;">{{ fieldsByCode[field]?.label || field }}</div>
<div class="text-muted" style="font-size: 60%">{{ fieldsByCode[field]?.code || null }}</div>
</td>
<td class="align-middle" style="line-height: 1em;">
<td class="align-middle" style="line-height: 1em; word-break: break-all;">
<span v-if="cardItem[field]">{{ cardItem[field] }}</span>
<span v-else class="text-muted">null</span>
</td>
Expand Down Expand Up @@ -260,4 +260,4 @@ export default {
}
}
}
</style>
</style>

0 comments on commit a3f55cb

Please sign in to comment.