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:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2016-10-06 20:00:06 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-10 18:48:50 +0300
commit6a7b673035752890023e630755f27ec0d412a129 (patch)
tree018d8a8c4d5ef7bbc55de1d8653ef1fe4584b375 /app/assets/stylesheets
parent113050c5709a204f58e0395b08e1582b3c862d66 (diff)
JS review changes - Removed window from window.gl in dispatcher
Added page:load event as ready isnt fired by turbolinks Fix dropdown menu link click registration
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 9ce5bee466f..0c3c1e404af 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -373,6 +373,9 @@
}
.build-content {
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
width: 164px;
.ci-status-icon {
@@ -403,6 +406,7 @@
width: auto;
padding: 0;
color: $gl-text-color-light;
+ flex-grow: 1;
.ci-status-text {
max-width: 112px;