From f560f819c379e73914a56737ef7cd1c8dd5fdb5e Mon Sep 17 00:00:00 2001 From: Padreug Date: Thu, 11 Jun 2026 00:52:39 +0200 Subject: [PATCH] fix(home): allow welcome CTA to wrap on narrow viewports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Button base sets whitespace-nowrap + fixed h-12, so the French welcome CTA "En savoir plus sur le Centre pour l'art et l'écologie" overflowed the mobile viewport. Override on this instance: whitespace-normal, h-auto + py-3, max-w-full, text-balance, and a larger rounded-3xl to keep the pill shape on two lines. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/views/HomeView.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 3e1b623..7668772 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -96,7 +96,11 @@ const featuredEvents = [

{{ t('home.welcome.body') }}

-