Merge pull request #7266 from techtolentino/fix/text-in-instructions-inconsistent-size
Fixing inconsistent text size in challenge instructions
This commit is contained in:
@ -17,7 +17,7 @@ block content
|
||||
hr
|
||||
.challenge-instructions
|
||||
for sentence in description
|
||||
if (/blockquote|h4|table/.test(sentence))
|
||||
if (/\<blockquote|\<h4|\<table/.test(sentence))
|
||||
!=sentence
|
||||
else
|
||||
p.wrappable!= sentence
|
||||
|
Reference in New Issue
Block a user