Merge pull request #6260 from SaintPeter/fix/html-instruction-css
Fix HTML Challenge Display for blockquote, h4, and table
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user