From 35ab1976b6a3d85bcb9b0edc993bc42410ff4529 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Fri, 12 Jun 2015 15:38:47 -0700 Subject: [PATCH] Fixed username not looking nice for shorter names. --- styles/header.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/header.less b/styles/header.less index 8066b4827c..329756ca32 100644 --- a/styles/header.less +++ b/styles/header.less @@ -51,7 +51,7 @@ padding: 0 1rem 0 1rem; .box-button(); .text { - width: 70px; + max-width: 70px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;