diff --git a/app/assets/javascripts/discourse/templates/post.js.handlebars b/app/assets/javascripts/discourse/templates/post.js.handlebars index 7202624bbac..82d3dae8686 100644 --- a/app/assets/javascripts/discourse/templates/post.js.handlebars +++ b/app/assets/javascripts/discourse/templates/post.js.handlebars @@ -28,7 +28,7 @@ {{/unless}} {{#if wiki}} -
+
{{/if}} diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index db8e7045623..6bfec9b1c87 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -789,6 +789,7 @@ $topic-avatar-width: 45px; margin-top: 14px; color: scale-color($primary, $lightness: 60%); margin-left: 5px; + cursor: pointer; } }