From dfbc93aa2eeb9010ec3260726a9029c40ae0c7bb Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 19 Sep 2018 18:53:48 -0400 Subject: [PATCH] Prevent post date from overflowing with long usernames --- app/assets/stylesheets/common/base/topic-post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index d71315f7ce5..303883e5c26 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -161,6 +161,7 @@ .post-infos { display: flex; + flex: 0 0 auto; align-items: baseline; } }