fix: grid style

This commit is contained in:
email
2022-04-15 00:34:37 +08:00
parent fc12e0e3fb
commit 225c4a8dfb
7 changed files with 14 additions and 11 deletions

View File

@ -5,7 +5,7 @@
@apply w-full whitespace-pre-wrap break-words;
> p {
@apply inline-block w-full h-auto mb-1 text-base leading-6 whitespace-pre-wrap;
@apply inline-block w-full h-auto mb-1 text-base leading-6 whitespace-pre-wrap break-words;
}
.tag-span {