diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 45656dc9239..d3466a87fab 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -483,9 +483,16 @@ iframe { } + h3.full-name { + display: inline; + font-weight: normal; + font-size: 12px; + margin-top: 2px; + a {color: $primary;} - + } } + h3 { display: block; } }