Skip to content

Commit 00db28f

Browse files
committed
Add note about letter spacing / word spacing
1 parent 6b37a8e commit 00db28f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Hint: (Generally with React) if you want to preserve newlines from plain text, y
5555
- Text exceeding horizontal boundaries when "viewport" meta tag is not set accordingly for mobile devices (font boosting leads to wrong calculations). See [issue](https://github.com/One-com/react-truncate/issues/4#issuecomment-226703499)
5656
- Output in plain text only - no support for markup/HTML. See [issue](https://github.com/One-com/react-truncate/issues/8)
5757
- Wrong line breaks when custom font is loading after the component has rendered. See [issue](https://github.com/One-com/react-truncate/issues/16)
58+
- No support for letter spacing / word spacing. See [issue](https://github.com/One-com/react-truncate/issues/59)
5859

5960
## Integrated example for toggling "read more" text
6061
```js

0 commit comments

Comments
 (0)