From 290c6b0f2e040cd9d897032022491ec20279c948 Mon Sep 17 00:00:00 2001 From: Surinna Curtis Date: Thu, 14 Sep 2017 07:37:39 -0500 Subject: [PATCH] Apply white-space: nowrap to account relationships icons --- app/javascript/styles/mastodon/components.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index f77873539..c619292fe 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -888,6 +888,7 @@ .account__relationship { height: 18px; padding: 10px; + white-space: nowrap; } .account__header {