fix: anchor icon not showing (#363)

This commit is contained in:
Lv777 2023-04-18 05:39:43 +08:00 committed by GitHub
parent fe792fa1c1
commit 50f65cbdca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.prose {
@apply text-zinc-600 leading-loose overflow-hidden;
@apply text-zinc-600 leading-loose;
word-break: break-word;
}