From 2bc3d4d488c61468da35338f2fd5c900b6e71217 Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Fri, 9 May 2014 08:04:34 +0200 Subject: [PATCH] Don't break the branch name. If it's too long, we'll hide the rest. --- assets/styles/main/summary.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/styles/main/summary.sass b/assets/styles/main/summary.sass index cc01f135..7499d2a2 100644 --- a/assets/styles/main/summary.sass +++ b/assets/styles/main/summary.sass @@ -27,7 +27,8 @@ max-width: 200px display: inline-block margin-top: 10px - overflow: hide + overflow: hidden + white-space: nowrap .subject display: inline