From 7f538c8809263169b68437150260e11dca2b5fdb Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Thu, 4 Jul 2019 01:16:14 -0400 Subject: [PATCH] Updated account-header.scss to fix "k" fragment on thousands on account header counts 1300 was showing up as two lines with 1.3 | k this fixes it so it shows up normally like 1.3k --- app/javascript/styles/gabsocial/components/account-header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/gabsocial/components/account-header.scss b/app/javascript/styles/gabsocial/components/account-header.scss index 32fc87ca..3d816b91 100644 --- a/app/javascript/styles/gabsocial/components/account-header.scss +++ b/app/javascript/styles/gabsocial/components/account-header.scss @@ -108,7 +108,7 @@ padding: 16px 22px; text-align: center; @media screen and (max-width:1190px) {padding: 16px;} - span { + > span { display: block; &:first-of-type { color: $primary-text-color;