nit w-full

This commit is contained in:
Ruben Fiszel
2024-08-13 16:00:36 +02:00
parent 955a980703
commit 599399870f
@@ -298,7 +298,7 @@
<!-- {inlineScript.content} -->
<div class="border-y h-full">
<div class="border-y h-full w-full">
{#if !drawerIsOpen}
{#if inlineScript.language != 'frontend'}
<Editor
@@ -347,7 +347,7 @@
{:else}
<SimpleEditor
bind:this={simpleEditor}
class="h-full"
class="h-full max-w-full"
small
{extraLib}
bind:code={inlineScript.content}