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:
authorKamil Trzciński <ayufan@ayufan.eu>2017-11-07 21:36:19 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2017-11-07 21:36:19 +0300
commitd9a1dc3ddd3f491fb3ed922c0b85819e9fa95fea (patch)
treea0fd2f8c2790584acbc1bbef39780cf7a1e834a4 /app/assets/stylesheets/framework
parentb16c2ef7d5c4e7696b51c7e410381b316be128a6 (diff)
parent18ac8acb5b97c2a395b8c453a29d0fcfd176b9c9 (diff)
Merge branch '38464-k8s-apps' into 'master'
Add support for k8s cluster applications - Helm tiller installation See merge request gitlab-org/gitlab-ce!14908
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/buttons.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index c4a95afc4d2..b2f26cf7159 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -294,6 +294,7 @@
.btn-align-content {
display: flex;
+ justify-content: center;
align-items: center;
}