diff --git a/site/plugins/admin/assets/scss/objects/form-control.scss b/site/plugins/admin/assets/scss/objects/form-control.scss
index ad9eab31..5e230aca 100644
--- a/site/plugins/admin/assets/scss/objects/form-control.scss
+++ b/site/plugins/admin/assets/scss/objects/form-control.scss
@@ -485,3 +485,10 @@ $switch-transition: .2s all !default;
border-radius: .25rem;
padding: 3px 8px 3px 3px;
}
+
+textarea.form-control.code-editor {
+ height: 0;
+ width: 0;
+ border: none;
+ opacity: 0;
+}
diff --git a/site/plugins/admin/views/templates/content/entries/source.html b/site/plugins/admin/views/templates/content/entries/source.html
index a3241a4c..c60f662b 100644
--- a/site/plugins/admin/views/templates/content/entries/source.html
+++ b/site/plugins/admin/views/templates/content/entries/source.html
@@ -8,7 +8,7 @@
diff --git a/site/plugins/admin/views/templates/extends/fieldsets/edit.html b/site/plugins/admin/views/templates/extends/fieldsets/edit.html
index 209493c2..6c878178 100644
--- a/site/plugins/admin/views/templates/extends/fieldsets/edit.html
+++ b/site/plugins/admin/views/templates/extends/fieldsets/edit.html
@@ -8,7 +8,7 @@
diff --git a/site/plugins/admin/views/templates/extends/plugins/edit.html b/site/plugins/admin/views/templates/extends/plugins/edit.html
index eb555d36..b82ed3c7 100644
--- a/site/plugins/admin/views/templates/extends/plugins/edit.html
+++ b/site/plugins/admin/views/templates/extends/plugins/edit.html
@@ -60,7 +60,7 @@
diff --git a/site/plugins/admin/views/templates/extends/snippets/edit.html b/site/plugins/admin/views/templates/extends/snippets/edit.html
index a3241a4c..8d126675 100644
--- a/site/plugins/admin/views/templates/extends/snippets/edit.html
+++ b/site/plugins/admin/views/templates/extends/snippets/edit.html
@@ -8,7 +8,7 @@
diff --git a/site/plugins/admin/views/templates/extends/themes/templates/edit.html b/site/plugins/admin/views/templates/extends/themes/templates/edit.html
index bf7bbcab..ebae7b69 100644
--- a/site/plugins/admin/views/templates/extends/themes/templates/edit.html
+++ b/site/plugins/admin/views/templates/extends/themes/templates/edit.html
@@ -10,7 +10,7 @@