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,6 +17,9 @@ block content
|
|||||||
hr
|
hr
|
||||||
.bonfire-instructions
|
.bonfire-instructions
|
||||||
for sentence in description
|
for sentence in description
|
||||||
|
if (/blockquote|h4|table/.test(sentence))
|
||||||
|
!=sentence
|
||||||
|
else
|
||||||
p.wrappable!= sentence
|
p.wrappable!= sentence
|
||||||
.negative-bottom-margin-30
|
.negative-bottom-margin-30
|
||||||
.button-spacer
|
.button-spacer
|
||||||
|
Reference in New Issue
Block a user