Skip to content

Commit 45706ec

Browse files
committed
fix: code block style
1 parent 780f3c5 commit 45706ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwa/styles/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
@apply text-sm whitespace-pre-wrap leading-relaxed bg-gray-100 dark:bg-blue-darkest rounded-2xl mt-2 mb-4 overflow-x-auto;
4444
}
4545
.doc pre > code > pre {
46-
@apply p-0 m-0 !bg-transparent;
46+
@apply p-0 m-0 rounded-none !bg-transparent;
4747
}
4848
.doc code {
4949
@apply whitespace-pre-wrap break-words;

0 commit comments

Comments
 (0)