Skip to content

Commit ef11b54

Browse files
refactor(ui): apply pb-0 to organization detail container
Extends the tabs-spacing-alignment fix to organization.detail.component.vue which had the same `<v-container fluid>` parent pattern as user.view.vue and admin.layout.vue. Brings /users/organizations/:id/* into visual parity with /users/profile and /admin/* surfaces.
1 parent 0470553 commit ef11b54

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/modules/organizations/components/organization.detail.component.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<template>
22
<div>
3-
<!-- Layout chrome: header + tab bar, guttered with their own container -->
4-
<v-container fluid>
3+
<!-- Layout chrome: header + tab bar, guttered with their own container.
4+
pb-0 collapses the gap below tabs — child router-view supplies its own top padding. -->
5+
<v-container fluid class="pb-0">
56
<!-- Header -->
67
<PageHeader
78
:title="viewedOrganization ? viewedOrganization.name : 'Organization'"

0 commit comments

Comments
 (0)