Merge pull request #7266 from techtolentino/fix/text-in-instructions-inconsistent-size

Fixing inconsistent text size in challenge instructions
This commit is contained in:
Logan Tegman
2016-02-26 12:59:38 -08:00

View File

@ -17,7 +17,7 @@ block content
hr hr
.challenge-instructions .challenge-instructions
for sentence in description for sentence in description
if (/blockquote|h4|table/.test(sentence)) if (/\<blockquote|\<h4|\<table/.test(sentence))
!=sentence !=sentence
else else
p.wrappable!= sentence p.wrappable!= sentence