summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-21 12:42:23 -0700
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-21 12:42:23 -0700
commit25ce5e7e707ddaf08e134c56419d95065b9479e8 (patch)
tree67bc27d4cd29413a53a5b98ce3f89ef6984a581f
parent89292551295418cf4b5b90ce904a6b41f19a8be3 (diff)
downloadgitlab-ce-25ce5e7e707ddaf08e134c56419d95065b9479e8.tar.gz
Reduce min width of pipeline table
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss9
-rw-r--r--app/views/projects/commit/_pipeline.html.haml4
2 files changed, 11 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 843f04ab1f6..c58e2ffe7f5 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -29,9 +29,18 @@
}
}
+.pipeline-holder {
+ width: 100%;
+ overflow: auto;
+}
+
.table.builds {
min-width: 1200px;
+ &.pipeline {
+ min-width: 650px;
+ }
+
tr {
th {
padding: 16px 8px;
diff --git a/app/views/projects/commit/_pipeline.html.haml b/app/views/projects/commit/_pipeline.html.haml
index 41fd5459429..540689f4a61 100644
--- a/app/views/projects/commit/_pipeline.html.haml
+++ b/app/views/projects/commit/_pipeline.html.haml
@@ -35,8 +35,8 @@
.bs-callout.bs-callout-warning
\.gitlab-ci.yml not found in this commit
-.table-holder
- %table.table.builds
+.table-holder.pipeline-holder
+ %table.table.builds.pipeline
%thead
%tr
%th Status