Text-decoration being cut off by overflow:hidden in certain browsers?
问题 So I'm using the OOCSS media module and I'm putting a link inside of it and the last line of the link is being cut off. To explain for anyone who doesn't know about the framework, it's simple to explain: imagine an element with overflow: hidden, and a link inside that element. That's ALL. If I put a link inside of this element with overflow: hidden, the last text-decoration line of the link is cut off thanks to overflow: hidden. Without having to resort to padding & margin (and hopefully