make all directions in all challenge views wrap long stringsgs
This commit is contained in:
@ -70,7 +70,7 @@ block content
|
|||||||
#long-instructions.row.hide
|
#long-instructions.row.hide
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
for sentence in details
|
for sentence in details
|
||||||
p!= sentence
|
p.wrappable!= sentence
|
||||||
#MDN-links
|
#MDN-links
|
||||||
p Here are some helpful links:
|
p Here are some helpful links:
|
||||||
for link, index in MDNlinks
|
for link, index in MDNlinks
|
||||||
|
@ -33,7 +33,7 @@ block content
|
|||||||
#long-instructions.row.hide
|
#long-instructions.row.hide
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
for sentence in details
|
for sentence in details
|
||||||
p!= sentence
|
p.wrappable!= sentence
|
||||||
#less-info.btn.btn-primary.btn-block.btn-primary-ghost
|
#less-info.btn.btn-primary.btn-block.btn-primary-ghost
|
||||||
span.ion-arrow-up-b
|
span.ion-arrow-up-b
|
||||||
| Less information
|
| Less information
|
||||||
|
@ -30,7 +30,7 @@ block content
|
|||||||
#long-instructions.row.hide
|
#long-instructions.row.hide
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
for sentence in details
|
for sentence in details
|
||||||
p!= sentence
|
p.wrappable!= sentence
|
||||||
#less-info.btn.btn-primary.btn-block.btn-primary-ghost
|
#less-info.btn.btn-primary.btn-block.btn-primary-ghost
|
||||||
span.ion-arrow-up-b
|
span.ion-arrow-up-b
|
||||||
| Less information
|
| Less information
|
||||||
|
Reference in New Issue
Block a user