João Ferreira

Results 3 comments of João Ferreira

@xiaody please review and reach to me if there is any doubt 😄

I tried your solution (in #39), by adding a `overflow-wrap: "break-word"` to the style but it did not solve my problem (as shown in the attached image). ![ellipsis](https://user-images.githubusercontent.com/11174811/55152730-e69c2a00-5148-11e9-8a8a-0a703727a98f.PNG)

I solved it by adding ``` overflow-wrap: "break-word", word-break: "break-word", word-wrap: "break-word" ``` I think different browsers use different properties. I'm still having the problem of getting to the next...