Skip to content

Commit 54ca8e2

Browse files
committed
style: add top margin to show more/fewer button
1 parent 84a7fc9 commit 54ca8e2

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)