fix raw editor height for resources

This commit is contained in:
Ruben Fiszel
2022-12-28 13:24:56 +01:00
parent 589072e3ef
commit de06e016c7

View File

@@ -156,8 +156,9 @@
{#if !emptyString(jsonError)}<span
class="text-red-400 text-xs mb-1 flex flex-row-reverse">{jsonError}</span
>{:else}<div class="py-2" />{/if}
<div class="h-full w-full">
<div class="h-full w-full border p-1 rounded">
<SimpleEditor
autoHeight
class="editor"
lang="json"
bind:code={rawCode}