`break-all` meant that links would split mid-word e.g. I observed `email` become `e\nmail`. `break-word` avoids this but also ensures long links still break before overflowing the line length. |
||
|---|---|---|
| .. | ||
| app | ||
| client | ||
| util | ||
| index.jsx | ||
| index.scss | ||
`break-all` meant that links would split mid-word e.g. I observed `email` become `e\nmail`. `break-word` avoids this but also ensures long links still break before overflowing the line length. |
||
|---|---|---|
| .. | ||
| app | ||
| client | ||
| util | ||
| index.jsx | ||
| index.scss | ||