From 3fdc10337d6659fc9321360d7310f4d139f9c04e Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 23 Jul 2019 11:37:34 -0400 Subject: [PATCH] follow up fix to 7d27b8b --- app/assets/javascripts/discourse/widgets/post-menu.js.es6 | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/discourse/widgets/post-menu.js.es6 b/app/assets/javascripts/discourse/widgets/post-menu.js.es6 index 44aae9b7137..102225e2d06 100644 --- a/app/assets/javascripts/discourse/widgets/post-menu.js.es6 +++ b/app/assets/javascripts/discourse/widgets/post-menu.js.es6 @@ -484,6 +484,7 @@ export default createWidget("post-menu", { postControls.push(this.attach("post-admin-menu", attrs)); } + const contents = [h("nav.post-controls.clearfix", postControls)]; if (state.likedUsers.length) { const remaining = state.total - state.likedUsers.length; contents.push(