summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/pipelines.scss
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-03-20 10:22:38 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-22 14:27:09 -0600
commitc0c94c9ba559de12f3c1d10c71eaef3ce508a547 (patch)
tree535b2991a3a185539154b1f1d6317b9966a5626a /app/assets/stylesheets/pages/pipelines.scss
parent5c9f26e82df25019e264f35bad1bac754ac552e6 (diff)
downloadgitlab-ce-c0c94c9ba559de12f3c1d10c71eaef3ce508a547.tar.gz
Applies same CSS as main table
Diffstat (limited to 'app/assets/stylesheets/pages/pipelines.scss')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index e90463f6c79..f73a133ceb6 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -13,10 +13,6 @@
white-space: nowrap;
}
- .table-holder {
- width: 100%;
- }
-
.commit-title {
margin: 0;
}
@@ -104,6 +100,7 @@
width: 100%;
overflow: auto;
}
+
}
}