fix(ui) : TabList — container onglets max-w 1200

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-04 08:16:09 +02:00
parent 8695d8daa0
commit f23ae7261b
+1 -1
View File
@@ -17,7 +17,7 @@
<div
role="tablist"
class="flex flex-1 max-w-[1020px] justify-center gap-[60px] border-b border-m-primary"
class="flex flex-1 max-w-[1200px] justify-center gap-[60px] border-b border-m-primary"
>
<button
v-for="tab in visibleTabs"