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
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
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
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss1
-rw-r--r--changelogs/unreleased/30903-vertically-align-mini-pipeline.yml4
2 files changed, 5 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;
diff --git a/changelogs/unreleased/30903-vertically-align-mini-pipeline.yml b/changelogs/unreleased/30903-vertically-align-mini-pipeline.yml
new file mode 100644
index 00000000000..af87e5ce39f
--- /dev/null
+++ b/changelogs/unreleased/30903-vertically-align-mini-pipeline.yml
@@ -0,0 +1,4 @@
+---
+title: Vertically align mini pipeline stage container
+merge_request:
+author: