From 58bcd50f7f8c187f8c0bd4a1d52aecafd76979fc Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 11 May 2017 23:14:00 +0200 Subject: Fix #1426 - Trim long usernames in public follower/following lists (#2993) Fix #2221 - Catch OpenSSL exceptions when loading remote avatars/headers/attachments Don't strip "rel" attribute from tags when sanitizing (microformats) --- app/javascript/styles/accounts.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/javascript/styles/accounts.scss') diff --git a/app/javascript/styles/accounts.scss b/app/javascript/styles/accounts.scss index b2b807a82..eb5ddc742 100644 --- a/app/javascript/styles/accounts.scss +++ b/app/javascript/styles/accounts.scss @@ -302,6 +302,8 @@ display: block; color: $ui-base-color; text-decoration: none; + text-overflow: ellipsis; + overflow: hidden; &:hover { .display_name { -- cgit