Skip to content

Commit 92f5f7d

Browse files
tillkrusstaylorotwell
authored andcommitted
Break long words in emails (#18827)
1 parent 110e8d7 commit 92f5f7d

File tree

1 file changed

+6
-0
lines changed
  • src/Illuminate/Mail/resources/views/html/themes

1 file changed

+6
-0
lines changed

src/Illuminate/Mail/resources/views/html/themes/default.css

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ body {
1313
margin: 0;
1414
width: 100% !important;
1515
-webkit-text-size-adjust: none;
16+
-ms-word-break: break-all;
17+
word-break: break-all;
18+
word-break: break-word;
19+
-webkit-hyphens: auto;
20+
-moz-hyphens: auto;
21+
hyphens: auto;
1622
}
1723

1824
p,

0 commit comments

Comments
 (0)