From 09d33e7e02da923149ba0db3df23fc6bf57cf803 Mon Sep 17 00:00:00 2001 From: Simon Malesys <simon.malesys@pasteur.fr> Date: Mon, 4 Mar 2024 15:15:56 +0100 Subject: [PATCH] Break card titles normally --- 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 84ac79e5..3ac0360a 100644 --- a/client/pages/gwas.vue +++ b/client/pages/gwas.vue @@ -162,7 +162,7 @@ section h2 { width: 400px; } -.card-title { +.init-table-card .v-card__title { word-break: normal; } -- GitLab