Merge pull request #7115 from hallaathrad/fix/challenge-format-issues

Fix for formatting issue in Counting Cards
This commit is contained in:
Logan Tegman
2016-02-18 10:01:23 -08:00

View File

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