diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index d29dc1e5a..58616dc1b 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -2509,7 +2509,7 @@ a.account__display-name { @media screen and (max-width: 1550px) { height: auto; - min-height: 100%; + min-height: calc(100% - 10px); overflow-y: visible; }