Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to reset text-decoration line-through? Re: How to reset text-decoration line-through?

#143501
Jerad
Participant

Applying “display: inline-block” to the span seems to do the trick.

http://codepen.io/jeradg/pen/Junbh

Related Stack Overflow article:

http://stackoverflow.com/questions/1823341/how-do-i-get-this-css-text-decoration-override-to-work

(I inferred this solution from the second answer.)