From aaf9a7a851dee704d1d213da6d8306989d16ac98 Mon Sep 17 00:00:00 2001 From: Felix Gliesche Date: Wed, 17 Feb 2016 16:22:46 -0600 Subject: [PATCH] Prevent username from overlapping in mobile menu --- public/stylesheets/responsive.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index beebc3c..46b6bde 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -511,6 +511,10 @@ .flyout-menu__avatar .user { padding-left: 15px; + padding-right: 15px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; } /* user link when no avatar is present */ -- 2.5.4 (Apple Git-61)