Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-05 21:58:28 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-05 21:58:28 +0300
commitbf04c4ba5fbb4c87cad369c5ad224f0cbf112626 (patch)
tree572fd7e43b8741920df202980fc5444ccf01d26f /app
parent9caa7e7a54a5e3d261f77765868b07117a282a68 (diff)
parent166e3cc5b012cc564707ab9c8a69c6b357dd5567 (diff)
Merge branch '30903-vertically-align-mini-pipeline' into 'master'
30903 Vertically align mini pipeline stage container Closes #30903 See merge request !11105
Diffstat (limited to 'app')
-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 5cca77b5bf3..530a6f3c6a1 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -273,6 +273,7 @@
.stage-container {
display: inline-block;
position: relative;
+ vertical-align: middle;
height: 22px;
margin: 3px 6px 3px 0;