fix: text overflowing on small displays (#74)
This commit is contained in:
parent
d73baa1208
commit
6d0fdfa36c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ body,
|
||||||
|
|
||||||
/* text */
|
/* 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 */
|
/* color */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue