Skip to content

Commit 65fcd91

Browse files
committed
Fix website code block whitespace in prose sections
1 parent f543474 commit 65fcd91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/website/app/theme/theme.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,6 @@ button {
159159
font-size: 14px;
160160
}
161161

162-
code {
163-
white-space: nowrap;
164-
}
165-
166162
table {
167163
font-size: 1em;
168164

@@ -173,6 +169,10 @@ button {
173169
}
174170
}
175171

172+
.prose > p > code {
173+
white-space: nowrap;
174+
}
175+
176176
.dark .prose {
177177
--tw-prose-body: color-mix(in oklab, var(--color-fd-foreground) 80%, transparent);
178178

0 commit comments

Comments
 (0)