Yesterday I had a hope... Or release 0.8
It has been few days since I'm trying to put all the thoughts together. I think I'm finally ready. I'm writing this post in the time when the whole world going through the major tryouts. Despite that nobody cancel Open Source, moreover somebody find this time of self isolation as a time to contribute more to the Open Source Community. Last week I was working on few Telescope issues. I even find a time to submit one bug and review two pull request. A first issue I was working on was about link that overflow in mobile view. Actually as I discovered later that issue was as well on the desktop view. Interesting fact that not all links were overflowing so it was not easy to spot where the problem came from. In order to solve this problem I find interesting article about similar issues. First I will talk about possible solution and than about the one picked. CSS has few solutions: ` overflow-wrap: break-word;` `word-wrap: break-word;` Both of those lines will brea...