diff options
| author | Paul Gascou-Vaillancourt <paul.gascvail@gmail.com> | 2019-07-19 10:49:05 -0400 |
|---|---|---|
| committer | Paul Gascou-Vaillancourt <paul.gascvail@gmail.com> | 2019-07-19 10:49:05 -0400 |
| commit | 6f8b2ec69679319008241716c3092ef948c54757 (patch) | |
| tree | 7b6d4514f6818fddea825f62da7cb758db6feddf | |
| parent | 8dca88dbe69b5fc73eb50205658c05b9c06205c8 (diff) | |
| download | gitlab-ce-fix-alignment-on-security-reports.tar.gz | |
Run prettier on summary_row.vuefix-alignment-on-security-reports
| -rw-r--r-- | app/assets/javascripts/reports/components/summary_row.vue | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/javascripts/reports/components/summary_row.vue b/app/assets/javascripts/reports/components/summary_row.vue index 6ac3af5980d..aba798e63d0 100644 --- a/app/assets/javascripts/reports/components/summary_row.vue +++ b/app/assets/javascripts/reports/components/summary_row.vue @@ -44,9 +44,7 @@ export default { }; </script> <template> - <div - class="report-block-list-issue report-block-list-issue-parent align-items-center" - > + <div class="report-block-list-issue report-block-list-issue-parent align-items-center"> <div class="report-block-list-icon append-right-default"> <gl-loading-icon v-if="statusIcon === 'loading'" |
