diff options
author | mfluharty <mfluharty@gitlab.com> | 2019-09-15 01:43:05 -0600 |
---|---|---|
committer | mfluharty <mfluharty@gitlab.com> | 2019-09-16 11:59:49 -0600 |
commit | 776b18430f1e8491b0ce8b3a6f3ae32f094c80df (patch) | |
tree | 18d48dc34ec1646e3563703d88d94d76ea09c20f | |
parent | ef8331c4e2bfc2ab2c92fc5452b5422a868575c3 (diff) | |
download | gitlab-ce-60128-responsive-pipelines-table.tar.gz |
Bump stages column to 25% width60128-responsive-pipelines-table
-rw-r--r-- | app/assets/javascripts/pipelines/components/pipelines_table_row.vue | 2 | ||||
-rw-r--r-- | app/assets/javascripts/pipelines/components/time_ago.vue | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/pipelines/components/pipelines_table_row.vue b/app/assets/javascripts/pipelines/components/pipelines_table_row.vue index 6478fe1c03d..852d69b83b0 100644 --- a/app/assets/javascripts/pipelines/components/pipelines_table_row.vue +++ b/app/assets/javascripts/pipelines/components/pipelines_table_row.vue @@ -311,7 +311,7 @@ export default { </div> </div> - <div class="table-section section-wrap section-20 stage-cell"> + <div class="table-section section-wrap section-25 stage-cell"> <div class="table-mobile-header" role="rowheader">{{ s__('Pipeline|Stages') }}</div> <div class="table-mobile-content"> <template v-if="pipeline.details.stages.length > 0"> diff --git a/app/assets/javascripts/pipelines/components/time_ago.vue b/app/assets/javascripts/pipelines/components/time_ago.vue index af607487009..e5330ef2c25 100644 --- a/app/assets/javascripts/pipelines/components/time_ago.vue +++ b/app/assets/javascripts/pipelines/components/time_ago.vue @@ -55,7 +55,7 @@ export default { }; </script> <template> - <div class="table-section section-10 pipelines-time-ago"> + <div class="table-section section-5 pipelines-time-ago"> <div class="table-mobile-header" role="rowheader">{{ s__('Pipeline|Duration') }}</div> <div class="table-mobile-content"> <p v-if="hasDuration" class="duration"> |