diff --git a/app/assets/stylesheets/common/base/topic.scss b/app/assets/stylesheets/common/base/topic.scss index f9cde6f3dbd..3daa7244031 100644 --- a/app/assets/stylesheets/common/base/topic.scss +++ b/app/assets/stylesheets/common/base/topic.scss @@ -260,11 +260,14 @@ min-width: 0; .private-message-glyph { position: absolute; + z-index: 1; left: 0.75em; - top: 0.7em; + top: 1.2em; + .mobile-view & { + top: 1.1em; + } } #edit-title { - width: calc(100% - 50px); padding-left: 2.25em; } .mini-tag-chooser {