fix: text overflowing on small displays (#74)

This commit is contained in:
Kim, Jimin 2023-07-09 10:36:51 +09:00 committed by GitHub
parent d73baa1208
commit 6d0fdfa36c
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ body,
/* text */
@apply font-noto-sans text-base font-normal leading-8 antialiased;
@apply break-words font-noto-sans text-base font-normal leading-8 antialiased;
/* color */