From b7e808aefb93b4bb634390cf82641176a8721e0a Mon Sep 17 00:00:00 2001 From: Emma Winston Date: Wed, 9 Oct 2019 14:31:31 +0100 Subject: [PATCH] Fixes resizable display names CSS bug in Safari and Firefox Reverts a CSS change made in error in PR #22, which caused display names to show up as resizable in Safari and Firefox --- app/javascript/styles/mastodon/components.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index d7e1722bf..e09b3702c 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -1674,11 +1674,6 @@ a.account__display-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - - @media screen and (max-width: 1550px) { - resize: vertical; - } - } .display-name__html {