make all directions in all challenge views wrap long stringsgs

This commit is contained in:
Quincy Larson
2015-05-25 20:28:34 -07:00
parent eda9f17dfd
commit c121bbe3bb
3 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ block content
#long-instructions.row.hide
.col-xs-12
for sentence in details
p!= sentence
p.wrappable!= sentence
#MDN-links
p Here are some helpful links:
for link, index in MDNlinks

View File

@ -33,7 +33,7 @@ block content
#long-instructions.row.hide
.col-xs-12
for sentence in details
p!= sentence
p.wrappable!= sentence
#less-info.btn.btn-primary.btn-block.btn-primary-ghost
span.ion-arrow-up-b
| Less information

View File

@ -30,7 +30,7 @@ block content
#long-instructions.row.hide
.col-xs-12
for sentence in details
p!= sentence
p.wrappable!= sentence
#less-info.btn.btn-primary.btn-block.btn-primary-ghost
span.ion-arrow-up-b
| Less information