From dec35ac1da3cba6ce53d600bc6422863c70fe853 Mon Sep 17 00:00:00 2001 From: Thilo Wischmeyer <thwischm@gmail.com> Date: Mon, 1 Feb 2021 17:16:32 +0100 Subject: [PATCH] Repaired statistics page layout --- frontend/src/pages/Statistics.vue | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/frontend/src/pages/Statistics.vue b/frontend/src/pages/Statistics.vue index 2d6e1721..52f71f03 100644 --- a/frontend/src/pages/Statistics.vue +++ b/frontend/src/pages/Statistics.vue @@ -1,20 +1,14 @@ <template> - <div> - <v-row - - class="ma-2" - > - <v-col cols="5"> + <v-container> + <v-row> + <v-col> <label-statistics /> </v-col> - <v-col - offset="1" - cols="5" - > + <v-col> <correction-statistics /> </v-col> </v-row> - </div> + </v-container> </template> <script lang="ts"> -- GitLab