fix(ui/code-editor): stretch code editor content full height [EE-5202] (#8672)

This commit is contained in:
Chaim Lev-Ari
2023-03-30 12:26:35 +03:00
committed by GitHub
parent 23e6a982b9
commit e063cba81b
20 changed files with 60 additions and 57 deletions

View File

@@ -8,7 +8,7 @@
on-change="($ctrl.onChangeFileContent)"
ng-required="true"
yml="true"
placeholder="# Define or paste the content of your docker compose file here"
placeholder="Define or paste the content of your docker compose file here"
>
<editor-description>
You can get more information about Compose file format in the
@@ -55,7 +55,7 @@
value="$ctrl.formValues.StackFileContent"
on-change="($ctrl.onChangeFileContent)"
yml="true"
placeholder="# Define or paste the content of your docker compose file here"
placeholder="Define or paste the content of your docker compose file here"
ng-required="true"
>
</web-editor-form>