diff --git a/ghost/admin/app/components/editor/modals/publish-flow/tk-reminder.hbs b/ghost/admin/app/components/editor/modals/publish-flow/tk-reminder.hbs
new file mode 100644
index 0000000000..4288b4bf27
--- /dev/null
+++ b/ghost/admin/app/components/editor/modals/publish-flow/tk-reminder.hbs
@@ -0,0 +1,14 @@
+
+
+ Looks like you've got some unfinished business. There are 5 TK reminders left in your post.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ghost/admin/app/styles/components/publishmenu.css b/ghost/admin/app/styles/components/publishmenu.css
index 05e7c08092..f913477383 100644
--- a/ghost/admin/app/styles/components/publishmenu.css
+++ b/ghost/admin/app/styles/components/publishmenu.css
@@ -631,12 +631,8 @@
.gh-publish-cta {
display: flex;
- flex-direction: column;
width: max-content;
-}
-
-.gh-update-flow .gh-publish-cta {
- flex-direction: row;
+ gap: 3.2rem;
}
.gh-publish-cta .gh-btn {
@@ -696,12 +692,8 @@
.gh-publish-cta-secondary {
display: block;
overflow: hidden;
- margin-top: 1rem;
- height: 40px;
color: var(--midgrey);
- font-size: 1.35rem;
font-weight: 400;
- line-height: 40px;
letter-spacing: .4px;
text-align: left;
white-space: nowrap;
@@ -725,6 +717,10 @@
line-height: 1.6em;
}
+.gh-publish-confirmation strong {
+ white-space: nowrap;
+}
+
.gh-publish-confirmation + .gh-box-error {
margin: -4rem 0 4.8rem;
padding: 16px 20px;