We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80e1d2 commit 781b407Copy full SHA for 781b407
1 file changed
app/components/Package/Maintainers.vue
@@ -238,6 +238,7 @@ watch(
238
239
<!-- Show more/less toggle (only when not managing and there are hidden maintainers) -->
240
<ButtonBase
241
+ class="mt-2"
242
v-if="!canManageOwners && hiddenMaintainersCount > 0"
243
@click="showAllMaintainers = !showAllMaintainers"
244
>
0 commit comments