Skip to content

Commit a9cd06b

Browse files
Merge branch 'main' into sidebar-v2
2 parents ef11f3d + 6ef96de commit a9cd06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/[pullOrIssue=poi]/[org]/[repo]/[id=number]/PageRenderer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
<MarkdownRenderer
291291
markdown={comment.body || "_Empty comment_"}
292292
parseRawHtml
293-
class="w-full"
293+
class="max-w-none"
294294
additionalPlugins={[shikiPlugin]}
295295
/>
296296
</div>

0 commit comments

Comments
 (0)