From f95d46c9d22603445fc7b8247df1120eaed67cd1 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Thu, 23 Feb 2017 15:04:34 +0000 Subject: Guarantees we show at least 4 stages in line in smaller screens --- app/assets/stylesheets/pages/pipelines.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index 9f3b3a3a3bc..08b3206f31e 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -33,6 +33,7 @@ } .stage-cell { + min-width: 130px; // Guarantees we show at least 4 stages in line width: 20%; } -- cgit v1.2.1