Skip to content

Commit d65343b

Browse files
committed
docs: surrounds responsive
1 parent ccfbcd7 commit d65343b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/app/components/post/PostPage.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,10 @@ function copyLink() {
147147
class="text-gray-200 dark:text-gray-800"
148148
>
149149

150-
<UContentSurround :surround="surround" />
150+
<UContentSurround
151+
:surround="surround"
152+
:ui="{ linkTitle: 'text-wrap' }"
153+
/>
151154
</UPageBody>
152155

153156
<template #right>

docs/content/templates/minimal-starter.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ slug: minimal-starter
33
subtitle: The minimalist template
44
title: Minimal Starter
55
baseDir: .
6+
draft: true
67
branch: content
78
category: minimal
89
demo: https://codesandbox.io/p/sandbox/github/nuxt/starter/tree/content

0 commit comments

Comments
 (0)