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:
authorFilipa Lacerda <filipa@gitlab.com>2019-01-11 16:12:48 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-01-11 20:28:16 +0300
commit62707971d585d011f28a47e5e32f19f5c903a665 (patch)
treedd1703780c766230a7b2275a03457c4942fd06da /app/assets/stylesheets
parent0f71b4bcb3870710ae821ea111894fc7d95f2a1c (diff)
Moves shared code into a mixin
To reduce code duplication between CE and EE components, creates a mixin with the common methods for the graph component
Diffstat (limited to 'app/assets/stylesheets')
-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 7a47e0a2836..058b0ffef5f 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -433,6 +433,7 @@
}
.pipeline-tab-content {
+ display: flex;
width: 100%;
background-color: $gray-light;
padding: $gl-padding;