diff --git a/ghost/admin/app/components/editor/modals/preview/browser.hbs b/ghost/admin/app/components/editor/modals/preview/browser.hbs index 69836caa9e..b7452708a1 100644 --- a/ghost/admin/app/components/editor/modals/preview/browser.hbs +++ b/ghost/admin/app/components/editor/modals/preview/browser.hbs @@ -25,6 +25,6 @@
- +
\ No newline at end of file diff --git a/ghost/admin/app/components/editor/modals/preview/email.hbs b/ghost/admin/app/components/editor/modals/preview/email.hbs index 353d366580..20a22946af 100644 --- a/ghost/admin/app/components/editor/modals/preview/email.hbs +++ b/ghost/admin/app/components/editor/modals/preview/email.hbs @@ -6,7 +6,7 @@

To: Jamie Larson <jamie@example.com>

- + {{!--
@@ -49,6 +49,7 @@ @value={{this.previewEmailAddress}} class="gh-input gh-post-preview-email-input" placeholder="you@yoursite.com" + aria-label="Email address to receive preview" aria-invalid={{if this.sendPreviewEmailError "true"}} aria-describedby={{if this.sendPreviewEmailError "sendError"}} {{on-key "Enter" (perform this.sendPreviewEmailTask)}} diff --git a/ghost/admin/app/components/editor/modals/preview/mobile.hbs b/ghost/admin/app/components/editor/modals/preview/mobile.hbs index 7fe3c179ef..98225f2cbb 100644 --- a/ghost/admin/app/components/editor/modals/preview/mobile.hbs +++ b/ghost/admin/app/components/editor/modals/preview/mobile.hbs @@ -1,7 +1,7 @@
- +
\ No newline at end of file diff --git a/ghost/admin/app/components/editor/modals/preview/social.hbs b/ghost/admin/app/components/editor/modals/preview/social.hbs index 8c697d24fc..18596c1d7f 100644 --- a/ghost/admin/app/components/editor/modals/preview/social.hbs +++ b/ghost/admin/app/components/editor/modals/preview/social.hbs @@ -17,8 +17,8 @@
{{#if (and this.facebookHovered (not this.facebookImage))}} {{!-- only shown on hover when there's no image or fallback --}} @@ -68,6 +68,7 @@
{{#if this.editingFacebookTitle}} {{else}} -
+
{{truncate this.facebookTitle}}
{{/if}} {{#if this.editingFacebookDescription}} {{else}} -
+
{{truncate this.facebookDescription}}
{{/if}} @@ -121,8 +123,8 @@