From 99a3cc0f92d15352c3e78a9f3b4e60a8132cd82c Mon Sep 17 00:00:00 2001 From: Emma Winston Date: Tue, 1 Oct 2019 17:31:17 +0100 Subject: [PATCH] Fix CSS wrapping bug in navigation on public pages for longer instance names --- app/javascript/styles/mastodon/containers.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/styles/mastodon/containers.scss b/app/javascript/styles/mastodon/containers.scss index 3564bf07b..75eab3fd2 100644 --- a/app/javascript/styles/mastodon/containers.scss +++ b/app/javascript/styles/mastodon/containers.scss @@ -256,6 +256,7 @@ .brand { display: block; padding: 15px; + white-space: nowrap; svg { display: block;