synced with master

This commit is contained in:
Gani Georgiev
2023-04-07 11:39:45 +03:00
33 changed files with 63 additions and 65 deletions
+3 -1
View File
@@ -78,7 +78,9 @@
<td class="min-width txt-hint txt-bold">Meta</td>
<td>
{#if !CommonHelper.isEmpty(item.meta)}
<CodeBlock content={JSON.stringify(item.meta, null, 2)} />
<div class="block">
<CodeBlock content={JSON.stringify(item.meta, null, 2)} />
</div>
{:else}
<span class="txt-hint">N/A</span>
{/if}