diff --git a/ghost/admin/app/styles/layouts/editor.css b/ghost/admin/app/styles/layouts/editor.css index b9c990fe67..9fce32eafd 100644 --- a/ghost/admin/app/styles/layouts/editor.css +++ b/ghost/admin/app/styles/layouts/editor.css @@ -17,6 +17,7 @@ font-weight: bold; font-size: 3.2rem; line-height: 1.3em; + min-height: 1.3em; z-index: 1; } @@ -25,7 +26,7 @@ content: attr(data-placeholder); color: color(var(--midgrey) l(+35%)); cursor: text; - position: absolute; + position: relative; top: 0; font-size: 3.2rem; font-weight: bold; diff --git a/ghost/admin/app/templates/components/gh-editor-title.hbs b/ghost/admin/app/templates/components/gh-editor-title.hbs index a2f48b7861..043356c835 100644 --- a/ghost/admin/app/templates/components/gh-editor-title.hbs +++ b/ghost/admin/app/templates/components/gh-editor-title.hbs @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file