summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-02-23 15:04:34 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-02-23 15:04:34 +0000
commitf95d46c9d22603445fc7b8247df1120eaed67cd1 (patch)
tree90d5ef82cd035dfc405508b11fafbb2839c89143
parent7676b1fc93d8457ed66962d5ac615c7235d18e86 (diff)
downloadgitlab-ce-f95d46c9d22603445fc7b8247df1120eaed67cd1.tar.gz
Guarantees we show at least 4 stages in line in smaller screens
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss1
1 files changed, 1 insertions, 0 deletions
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%;
}