summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-03 15:42:06 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-03 15:42:06 +0000
commit98e6e3062d4a69b4ed22dcffbb869b26d28fd573 (patch)
tree5c91d691b828d64aa1a57e3a12933bacab9d81cf /app
parent25311ff34b008538b2d72cf288e99c765c63f8f2 (diff)
parentf31fb929a39b3540a1fb6f4426227e6d388d0765 (diff)
downloadgitlab-ce-98e6e3062d4a69b4ed22dcffbb869b26d28fd573.tar.gz
Merge branch '27332-mini-pipeline-graph-with-many-stages-has-no-line-spacing-in-firefox-and-safari' into 'master'
Resolve "Mini pipeline graph with many stages has no line spacing in Firefox and Safari" Closes #27332 See merge request !8886
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index cf79c2e36c2..367a468e1ba 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -201,7 +201,8 @@
.stage-container {
display: inline-block;
position: relative;
- margin-right: 6px;
+ height: 22px;
+ margin: 3px 6px 3px 0;
.tooltip {
white-space: nowrap;