Skip to content

Commit 242c4d5

Browse files
authored
fix: layout word break (#6712)
* fix: layout word break * fix: word break normal on lg
1 parent 8475829 commit 242c4d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

layouts/layouts.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@
215215
main {
216216
@apply max-w-[660px]
217217
gap-4
218-
break-all;
218+
break-all
219+
lg:break-normal;
219220
}
220221
}
221222
}

0 commit comments

Comments
 (0)