summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-09-01 14:28:53 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-09-01 14:28:53 -0500
commitbf1337be949baef050ad99fc5e4c60e7ac4e3aae (patch)
tree19221d02a6deedf08ebac8a5629ef9387264bc89
parentbc13cd7a9bca2c21d974170f24653934b1bded2d (diff)
downloadgitlab-ce-21781-pipelines-for-mr.tar.gz
Change widths of content in MR pipeline tab21781-pipelines-for-mr
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 2911576b66f..ee5d9de66d8 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -474,12 +474,16 @@
.pipelines.tab-pane {
.content-list.pipelines {
- overflow: scroll;
+ overflow: auto;
}
.stage {
- max-width: 60px;
- width: 60px;
+ max-width: 100px;
+ width: 100px;
+ }
+
+ .pipeline-actions {
+ min-width: initial;
}
}