Falsehoods CS Students (Still) Believe Upon Graduating 7 years ago
One more: "If you're coding on Windows, you're doing it wrong."
HN user
One more: "If you're coding on Windows, you're doing it wrong."
For those using Refined Hacker News[1] for Firefox on Android, you can add this to the Custom CSS field to prevent the overflow:
tr.athing td.title:not([valign="top"]) {
word-break: break-word;
}
[1]: https://github.com/plibither8/refined-hacker-newsWell that's one way to grow...
This is great, thanks :)
Mind if I port this to JS?