From d08d935446972dd1da4ffba5b8b5cd6ea1ab9cd3 Mon Sep 17 00:00:00 2001 From: Simon Malesys <simon.malesys@pasteur.fr> Date: Tue, 22 Apr 2025 14:36:12 +0200 Subject: [PATCH] Fix a small mobile responsiveness bug --- src/client/components/TheAboutPage.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/client/components/TheAboutPage.vue b/src/client/components/TheAboutPage.vue index f16fd9b..91e2141 100644 --- a/src/client/components/TheAboutPage.vue +++ b/src/client/components/TheAboutPage.vue @@ -104,6 +104,10 @@ <script setup lang="ts"></script> <style scoped> +a { + word-break: break-all; +} + .informations { display: flex; flex-flow: column wrap; -- GitLab