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 7c5726b commit d266f98Copy full SHA for d266f98
1 file changed
app/pages/search.vue
@@ -711,7 +711,7 @@ defineOgImageComponent('Default', {
711
<div v-else-if="status !== 'pending'" role="status" class="py-12">
712
<div
713
v-if="hasTextLengthError"
714
- class="mb-6 p-4 bg-bg-subtle border border-border rounded-lg flex flex-col sm:flex-row sm:items-center gap-3 sm:gap-4"
+ class="p-4 bg-bg-subtle border border-border rounded-lg flex flex-col sm:flex-row sm:items-center gap-3 sm:gap-4"
715
>
716
<div class="flex-1 min-w-0">
717
<p class="font-mono text-sm text-fg">
0 commit comments