From c7a72644b2a68ac829b34ac280352a165c81d02c Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Mon, 4 May 2015 12:26:21 +0200 Subject: [PATCH] fix bug in sidebar when build number has 5 or more digits --- app/styles/app/layouts/sidebar.sass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/styles/app/layouts/sidebar.sass b/app/styles/app/layouts/sidebar.sass index 88696923..271e0d2d 100644 --- a/app/styles/app/layouts/sidebar.sass +++ b/app/styles/app/layouts/sidebar.sass @@ -43,8 +43,11 @@ $sb-font-size: 14px @include fadeOut(right, -90deg, $white) p.tile-title width: 22% + @media #{$medium-up} + white-space: nowrap + overflow: hidden @media #{$xlarge-up} - width: 17% + width: 18% a:hover text-decoration: underline .icon:not(.icon--hash)