Skip to content

Commit 6d1ed4d

Browse files
committed
style: apply global word-break to body
1 parent afb2f22 commit 6d1ed4d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
}
125125
body {
126126
@apply bg-background text-foreground;
127+
word-break: break-all;
127128
}
128129
html {
129130
font-family: var(--font-sans);

0 commit comments

Comments
 (0)