Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit d360ffe

Browse files
authored
Merge pull request #11530 from hassnian/issue-11529
fix: Profile page mobile broken tabs
2 parents 7d128bb + be6b334 commit d360ffe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/profile/ProfileDetail.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,14 +341,15 @@
341341
<ChainDropdown />
342342
</div>
343343
<div class="flex flex-col gap-4 is-hidden-widescreen mobile">
344-
<div class="flex flex-wrap">
344+
<div class="flex flex-wrap !w-full">
345345
<TabItem
346346
v-for="tab in tabs"
347347
:key="tab"
348348
:active="activeTab === tab"
349349
:text="tab"
350350
:count="counts[tab]"
351351
:show-active-check="tabsWithActiveCheck.includes(tab)"
352+
full-width
352353
class="capitalize !w-[50%]"
353354
@click="() => switchToTab(tab)"
354355
/>

0 commit comments

Comments
 (0)