Fix unlikely case of many tasks per shot

This commit is contained in:
2016-11-03 16:33:45 +01:00
parent 24ba270a9b
commit 0b759c196f

View File

@@ -66,10 +66,10 @@
color: $color-text-dark-primary color: $color-text-dark-primary
&.task-type &.task-type
max-width: 120px
position: relative position: relative
height: 100% height: 100%
overflow: hidden overflow: hidden
white-space: nowrap
a a
display: inline-block /* Each task next to each other */ display: inline-block /* Each task next to each other */