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 2c29857 commit fa9ab0cCopy full SHA for fa9ab0c
1 file changed
app/pages/pds.vue
@@ -44,7 +44,7 @@ const totalAccounts = computed(() => pdsUsers.value.length)
44
</script>
45
46
<template>
47
- <main class="container flex-1 py-12 sm:py-16">
+ <main class="container flex-1 py-12 sm:py-16 overflow-x-hidden">
48
<article class="max-w-2xl mx-auto">
49
<header class="mb-12">
50
<div class="flex items-baseline justify-between gap-4 mb-4">
0 commit comments