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:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
role="tablist"
|
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
|
<button
|
||||||
v-for="tab in visibleTabs"
|
v-for="tab in visibleTabs"
|
||||||
|
|||||||
Reference in New Issue
Block a user