This commit is contained in:
EGOIST 2022-05-20 16:20:35 +08:00
parent 229c9c555d
commit 86cd1ed16e
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@
}
:not(pre) code {
@apply bg-purple-100 text-purple-700 inline-flex items-center font-mono;
@apply bg-purple-100 text-purple-700 inline-flex items-center font-mono break-all;
}