Commit 8921f51
authored
Add overflow-wrap:break-word to enforce text wrapping (playfulprogramming#1216)
Fixes playfulprogramming#1213
Used [`overflow-wrap:
break-word;`](https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap)
in place of `anywhere` as it does not affect content size calculation:
> soft wrap opportunities introduced by the word break are NOT
considered when calculating min-content intrinsic sizes.1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
40 | 46 | | |
41 | 47 | | |
42 | 48 | | |
| |||
0 commit comments