summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-27 12:59:35 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-28 12:45:35 -0500
commitd286c624defd0549642c787ccd6782ee3e5ff42f (patch)
treef917568c26b7b975b1956a08fbc0e1f7a9c44538
parentd49e6f355010a31a080da75789b46603989925ad (diff)
downloadgitlab-ce-d286c624defd0549642c787ccd6782ee3e5ff42f.tar.gz
Adjust min-widths of pipelines and builds tables
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index c58e2ffe7f5..7411c1c4499 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -18,6 +18,10 @@
.btn {
margin: 4px;
}
+
+ .table.builds {
+ min-width: 1200px;
+ }
}
.content-list {
@@ -35,7 +39,7 @@
}
.table.builds {
- min-width: 1200px;
+ min-width: 900px;
&.pipeline {
min-width: 650px;