1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

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

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

* rm hash

---------

Co-authored-by: testa113 <testa113>
This commit is contained in:
Ali 2023-04-20 08:27:25 +12:00 committed by GitHub
parent 5356d1feeb
commit de953da5a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

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