Merge pull request #6260 from SaintPeter/fix/html-instruction-css

Fix HTML Challenge Display for blockquote, h4, and table
This commit is contained in:
Arsen Melikyan
2016-01-17 23:14:48 +04:00

View File

@ -17,7 +17,10 @@ block content
hr
.bonfire-instructions
for sentence in description
p.wrappable!= sentence
if (/blockquote|h4|table/.test(sentence))
!=sentence
else
p.wrappable!= sentence
.negative-bottom-margin-30
.button-spacer
.btn-big.btn.btn-primary.btn-block#submitButton