From b5bee29a95602fd5c8d3b417a645d98821ecb128 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Thu, 4 Apr 2024 15:59:15 +0200
Subject: [PATCH] justify text

---
 client/pages/gwas.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/pages/gwas.vue b/client/pages/gwas.vue
index 24650e8d..1f233e32 100644
--- a/client/pages/gwas.vue
+++ b/client/pages/gwas.vue
@@ -20,7 +20,7 @@
           <v-card-text class="row">
             <div
               v-sanitized-html="$md.render(table.desc)"
-              class="col-12 pt-0 pb-0"
+              class="col-12 pt-0 pb-0 text-justify"
             ></div>
             <div class="col-12 col-md-6 pt-0">
               <strong>{{ table.nb_snps.toLocaleString() }}</strong>
-- 
GitLab