diff --git a/ghost/admin/app/components/feedback-lexical/labs-form.hbs b/ghost/admin/app/components/feedback-lexical/labs-form.hbs
index 1ad54a35f3..d3e835b388 100644
--- a/ghost/admin/app/components/feedback-lexical/labs-form.hbs
+++ b/ghost/admin/app/components/feedback-lexical/labs-form.hbs
@@ -8,4 +8,4 @@
Maximum: 500 characters. You’ve used - {{gh-count-down-characters this.feedbackMessage 500}}
--}} diff --git a/ghost/admin/app/styles/layouts/labs.css b/ghost/admin/app/styles/layouts/labs.css index 9f349c30a3..66a8028320 100644 --- a/ghost/admin/app/styles/layouts/labs.css +++ b/ghost/admin/app/styles/layouts/labs.css @@ -521,4 +521,9 @@ p.gh-content-import-errordetail:first-of-type { .gh-import-content-spinner .gh-loading-content { padding-bottom: 0; +} + +.gh-feedback-lexical-labs .form-group { + margin-top: 0.8rem; + margin-bottom: 1rem; } \ No newline at end of file diff --git a/ghost/admin/app/templates/settings/labs.hbs b/ghost/admin/app/templates/settings/labs.hbs index 652f0dc9f8..37f9145916 100644 --- a/ghost/admin/app/templates/settings/labs.hbs +++ b/ghost/admin/app/templates/settings/labs.hbs @@ -201,12 +201,12 @@ -