From 56394f6d8d267c2d78829a0468e05d3fa8db3fa4 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 14 May 2013 09:59:16 -0700 Subject: [PATCH] Don't wrap the path text in the status bar Also set a min width so the branch icon doesn't overlap the path text when the window isn't wide enough to display both. --- src/packages/status-bar/stylesheets/status-bar.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/packages/status-bar/stylesheets/status-bar.less b/src/packages/status-bar/stylesheets/status-bar.less index 8ec139f34..75d60e882 100644 --- a/src/packages/status-bar/stylesheets/status-bar.less +++ b/src/packages/status-bar/stylesheets/status-bar.less @@ -6,9 +6,12 @@ -webkit-user-select: none; cursor: default; overflow: hidden; + white-space: nowrap; + min-width: -webkit-min-content; } .status-bar .git-branch { + margin-left: 10px; float: right; }