diff --git a/frontend/src/lib/components/ScriptEditor.svelte b/frontend/src/lib/components/ScriptEditor.svelte index 068ac2b4de..d843affe2c 100644 --- a/frontend/src/lib/components/ScriptEditor.svelte +++ b/frontend/src/lib/components/ScriptEditor.svelte @@ -238,7 +238,7 @@
-
+
.header { - max-height: 28px; - @apply border; - @apply px-2 py-1; - @apply border-l border-r; - @apply bg-gray-100; - @apply text-xs text-gray-700; + @apply py-2; } .preview {