Skip to content

Commit 3dc8b7f

Browse files
authored
chore: use auto-phrase word breaking (#950)
1 parent fa4d27f commit 3dc8b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/adev-patches/add-global-styles.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ index 4dcf2e82aa..ba311a65f9 100644
1616
+ h4,
1717
+ h5,
1818
+ h6 {
19-
+ text-wrap: pretty;
19+
+ word-break: auto-phrase;
2020
+ }
2121
+ }
2222
+

0 commit comments

Comments
 (0)