From 129268ddc6bc05902cfdc611533368af65a4bbb0 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 31 Jul 2018 21:23:25 -0400 Subject: [PATCH] Highlighted titles too wide on mobile --- app/assets/stylesheets/mobile/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 620325161a..6facf0679b 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -449,7 +449,7 @@ span.highlighted { } .user-title { order: 4; - flex-basis: 100%; + margin-right: auto; } span { margin-right: 4px;