Skip to content

Commit b9d2faa

Browse files
committed
docs: fix blog breadcrumb responsive
1 parent 7f7ee16 commit b9d2faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/blog/[slug].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ onMounted(() => {
6363
<UPage>
6464
<UPageHeader :title="post.title" :description="post.description" :ui="{ headline: 'flex flex-col gap-y-8 items-start', description: 'text-gray-700 dark:text-gray-300' }">
6565
<template #headline>
66-
<UBreadcrumb :links="[{ label: 'Blog', icon: 'i-ph-newspaper-duotone', to: '/blog' }, { label: post.title }]" />
66+
<UBreadcrumb :links="[{ label: 'Blog', icon: 'i-ph-newspaper-duotone', to: '/blog' }, { label: post.title }]" :ui="{ wrapper: 'max-w-full' }" />
6767
<div class="flex items-center space-x-2">
6868
<span>
6969
{{ post.badge?.label || 'Article' }}

0 commit comments

Comments
 (0)