updated rule field styles

This commit is contained in:
Gani Georgiev
2023-03-23 22:59:02 +02:00
parent 7a2360d785
commit d8b4daf47f
34 changed files with 237 additions and 150 deletions
@@ -15,7 +15,7 @@
</script>
{#if field.type === "json"}
{@const stringifiedJson = JSON.stringify(rawValue) || ""}
{@const stringifiedJson = CommonHelper.trimQuotedValue(JSON.stringify(rawValue)) || '""'}
{#if short}
<span class="txt txt-ellipsis">
{CommonHelper.truncate(stringifiedJson)}