fix(style): Code sections overflowing
This commit is contained in:
parent
77adc92a40
commit
b72c0a3abe
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
.prose-custom :not(pre) code {
|
.prose-custom :not(pre) code {
|
||||||
@apply before:hidden after:hidden bg-zinc-700 p-0.5 px-1 inline rounded-sm;
|
@apply before:hidden after:hidden bg-zinc-800 p-0.5 px-1 inline break-words rounded-sm;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue