Closed ascott1 closed 9 years ago
This ensures that the dashes, which are inserted via CSS in a <span> tag are rendered when they are inside of an empty <span> element, such as:
<span>
@willbarton
Woohoo!
Works with JS_DEBUG=True, but not False. And it fixes that other missing underlines we have in J.
JS_DEBUG=True
False
Whoops! Just fixed the CSS minification task. Ack!
:+1:
This ensures that the dashes, which are inserted via CSS in a
<span>
tag are rendered when they are inside of an empty<span>
element, such as:Review
@willbarton