From 0b759c196f6cccb55390f4448aeb23d73d97332f Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 3 Nov 2016 16:33:45 +0100 Subject: [PATCH] Fix unlikely case of many tasks per shot --- src/styles/_shots.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_shots.sass b/src/styles/_shots.sass index 8182743..ad2ca03 100644 --- a/src/styles/_shots.sass +++ b/src/styles/_shots.sass @@ -66,10 +66,10 @@ color: $color-text-dark-primary &.task-type - max-width: 120px position: relative height: 100% overflow: hidden + white-space: nowrap a display: inline-block /* Each task next to each other */