Commit c0c94c9b authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Annabel Dunstone Gray

Applies same CSS as main table

parent 5c9f26e8
......@@ -87,7 +87,7 @@ export default Vue.component('pipelines-table', {
},
template: `
<div class="pipelines">
<div class="content-list pipelines">
<div class="realtime-loading" v-if="isLoading">
<i class="fa fa-spinner fa-spin"></i>
</div>
......@@ -99,7 +99,7 @@ export default Vue.component('pipelines-table', {
</h2>
</div>
<div class="table-holder pipelines"
<div class="table-holder"
v-if="!isLoading && state.pipelines.length > 0">
<pipelines-table-component
:pipelines="state.pipelines"
......
......@@ -13,10 +13,6 @@
white-space: nowrap;
}
.table-holder {
width: 100%;
}
.commit-title {
margin: 0;
}
......@@ -104,6 +100,7 @@
width: 100%;
overflow: auto;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment