Skip to content

Commit ed035e1

Browse files
committed
fix(links): allow breaking links anywhere
1 parent 02d5fb8 commit ed035e1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/styles/globals.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ body {
1414
font-family: var(--font-work-sans), sans-serif;
1515
}
1616

17+
a {
18+
word-break: break-word;
19+
overflow-wrap: anywhere;
20+
}
21+
1722
@layer utilities {
1823
.text-balance {
1924
text-wrap: balance;

0 commit comments

Comments
 (0)