From 019b68281e48efc2fd4910920347ac22100209b2 Mon Sep 17 00:00:00 2001 From: Diaspora Europe Date: Thu, 23 Feb 2012 12:21:01 +0100 Subject: [PATCH] handle text-overflow for long usernames #2557 --- public/stylesheets/sass/application.sass | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index cee46c3c5..f6248c104 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -1737,6 +1737,9 @@ ul#press_logos :top 14px :padding :bottom 5px + :text-overflow ellipsis + :overflow hidden + :white-space nowrap a :color inherit @@ -2725,6 +2728,9 @@ a.toggle_selector :bottom 10px h1,h3 :color #fff + :text-overflow ellipsis + :overflow hidden + :white-space nowrap :background orange &:hover #gs-skip-x