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', { ...@@ -87,7 +87,7 @@ export default Vue.component('pipelines-table', {
}, },
template: ` template: `
<div class="pipelines"> <div class="content-list pipelines">
<div class="realtime-loading" v-if="isLoading"> <div class="realtime-loading" v-if="isLoading">
<i class="fa fa-spinner fa-spin"></i> <i class="fa fa-spinner fa-spin"></i>
</div> </div>
...@@ -99,7 +99,7 @@ export default Vue.component('pipelines-table', { ...@@ -99,7 +99,7 @@ export default Vue.component('pipelines-table', {
</h2> </h2>
</div> </div>
<div class="table-holder pipelines" <div class="table-holder"
v-if="!isLoading && state.pipelines.length > 0"> v-if="!isLoading && state.pipelines.length > 0">
<pipelines-table-component <pipelines-table-component
:pipelines="state.pipelines" :pipelines="state.pipelines"
......
...@@ -13,10 +13,6 @@ ...@@ -13,10 +13,6 @@
white-space: nowrap; white-space: nowrap;
} }
.table-holder {
width: 100%;
}
.commit-title { .commit-title {
margin: 0; margin: 0;
} }
...@@ -104,6 +100,7 @@ ...@@ -104,6 +100,7 @@
width: 100%; width: 100%;
overflow: auto; 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