Skip to content

Commit 781b407

Browse files
iiio2ghostdevv
andauthored
fix: add top margin to show more/fewer maintainers button (#2262)
Co-authored-by: Willow (GHOST) <git@willow.sh>
1 parent d80e1d2 commit 781b407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/Package/Maintainers.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ watch(
238238

239239
<!-- Show more/less toggle (only when not managing and there are hidden maintainers) -->
240240
<ButtonBase
241+
class="mt-2"
241242
v-if="!canManageOwners && hiddenMaintainersCount > 0"
242243
@click="showAllMaintainers = !showAllMaintainers"
243244
>

0 commit comments

Comments
 (0)