From e9fc08608985e18eb32de9857ca30c311ee22bd0 Mon Sep 17 00:00:00 2001
From: danielvincent <danielgrippi@gmail.com>
Date: Wed, 20 Oct 2010 14:45:01 -0700
Subject: [PATCH] users name doesn't overflow in user menu

---
 public/stylesheets/sass/application.sass | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass
index 716c4e2386..5249cb1294 100644
--- a/public/stylesheets/sass/application.sass
+++ b/public/stylesheets/sass/application.sass
@@ -108,6 +108,7 @@ header
     :color #333
   :padding 0
     :top 5px
+  :color #CCC
 
   a
     :color #CCC
@@ -125,8 +126,10 @@ header
     :color #fff
 
   ul#user_menu
-    a
-      :text-shadow 0 1px 0 #000
+    :overflow hidden
+    :white-space nowrap
+    :text-overflow ellipsis
+    :text-shadow 0 1px 0 #000
 
     :width 100px
 
-- 
GitLab