Skip to content

Commit 4f9df46

Browse files
committed
fix: add grid padding to prevent tooltip clipping on PDS page
1 parent d0ee467 commit 4f9df46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/pds.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const totalAccounts = computed(() => pdsUsers.value.length)
149149
</div>
150150
<div v-else>
151151
<ul
152-
class="grid grid-cols-[repeat(auto-fill,48px)] justify-center gap-2 list-none p-0"
152+
class="grid grid-cols-[repeat(auto-fill,48px)] justify-center gap-2 list-none px-8 py-2"
153153
>
154154
<li
155155
v-for="user in usersWithAvatars"

0 commit comments

Comments
 (0)