fix(editor): fix styles [EE-5369] (#8810)

* fix(editor): fix styles [EE-5369]

* rm hash

---------

Co-authored-by: testa113 <testa113>
pull/8815/head
Ali 2 years ago committed by GitHub
parent e3b727a636
commit d1166b5294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -156,7 +156,7 @@
<code-editor
read-only="orphaned"
identifier="stack-editor"
placeholder="# Define or paste the content of your docker compose file here"
placeholder="Define or paste the content of your docker compose file here"
yml="true"
on-change="(editorUpdate)"
value="stackFileContent"

@ -72,5 +72,5 @@
}
.root :global(.cm-content[contenteditable='true']) {
@apply h-full;
min-height: 100%;
}

Loading…
Cancel
Save