We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f543474 commit 65fcd91Copy full SHA for 65fcd91
apps/website/app/theme/theme.css
@@ -159,10 +159,6 @@ button {
159
font-size: 14px;
160
}
161
162
- code {
163
- white-space: nowrap;
164
- }
165
-
166
table {
167
font-size: 1em;
168
@@ -173,6 +169,10 @@ button {
173
169
174
170
175
171
172
+.prose > p > code {
+ white-space: nowrap;
+}
+
176
.dark .prose {
177
--tw-prose-body: color-mix(in oklab, var(--color-fd-foreground) 80%, transparent);
178
0 commit comments