From e03a544d8a42a1e72e95523d124c4c09471c6f4d Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Tue, 3 Oct 2023 15:54:53 +0200
Subject: [PATCH] card-text instead of content

---
 pages/refseq.vue | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pages/refseq.vue b/pages/refseq.vue
index ca6307cf..62472f24 100644
--- a/pages/refseq.vue
+++ b/pages/refseq.vue
@@ -73,7 +73,7 @@ watchEffect(async () => {});
                   class="elevation-1"
                 ></v-data-table-virtual>
               </v-card-content>
-              <v-card-content>
+              <v-card-text>
                 <v-row>
                   <v-col :cols="12">
                     <PlotFigure
@@ -106,6 +106,8 @@ watchEffect(async () => {});
                       defer
                     ></PlotFigure>
                   </v-col>
+                </v-row>
+                <v-row>
                   <v-col :cols="12">
                     <PlotFigure
                       defer
@@ -137,7 +139,7 @@ watchEffect(async () => {});
                     ></PlotFigure>
                   </v-col>
                 </v-row>
-              </v-card-content>
+              </v-card-text>
             </v-card>
           </v-col>
         </v-row>
-- 
GitLab