Skip to content

Commit dc16536

Browse files
authored
Merge branch 'canary' into feat/drizzle-relations-2
2 parents d0a5a9f + 762a11f commit dc16536

File tree

10 files changed

+629
-365
lines changed

10 files changed

+629
-365
lines changed

docs/app/global.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ html:not([data-anchor-scrolling]) {
357357
animation: stream-pulse 1s ease-in-out infinite;
358358
}
359359

360-
code:not(pre code) {
361-
@apply break-words;
360+
.prose code:not(pre code),
361+
.prose a {
362+
overflow-wrap: anywhere;
362363
}

docs/components/docs/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export const DocsTitle = forwardRef<
272272
<h1
273273
ref={ref}
274274
{...props}
275-
className={cn("text-3xl font-semibold", props.className)}
275+
className={cn("text-3xl font-semibold wrap-break-word", props.className)}
276276
>
277277
{props.children}
278278
</h1>

0 commit comments

Comments
 (0)