+
{{date-picker-past value=lastSeen id="last-seen"}}
diff --git a/app/assets/javascripts/discourse/widgets/post.js.es6 b/app/assets/javascripts/discourse/widgets/post.js.es6
index 5107da42f0..bd84bfb428 100644
--- a/app/assets/javascripts/discourse/widgets/post.js.es6
+++ b/app/assets/javascripts/discourse/widgets/post.js.es6
@@ -548,7 +548,7 @@ createWidget("post-article", {
rows.push(
h(
"div.row",
- h("section.embedded-posts.top.topic-body.offset2", [
+ h("section.embedded-posts.top.topic-body", [
this.attach("button", {
title: "post.collapse",
icon: "chevron-down",
diff --git a/test/javascripts/lib/click-track-edit-history-test.js.es6 b/test/javascripts/lib/click-track-edit-history-test.js.es6
index ae8f6d18c2..f38f4c9fe1 100644
--- a/test/javascripts/lib/click-track-edit-history-test.js.es6
+++ b/test/javascripts/lib/click-track-edit-history-test.js.es6
@@ -22,7 +22,7 @@ QUnit.module("lib:click-track-edit-history", {