Merge pull request #6726 from kalunlee136/fix-check-list-css-spacing-#5347
fixed white spacing for Basejump and similar pages
This commit is contained in:
@ -7,9 +7,9 @@ block content
|
|||||||
ol
|
ol
|
||||||
for step, index in description
|
for step, index in description
|
||||||
.row.checklist-element(id="#{dashedName + index}")
|
.row.checklist-element(id="#{dashedName + index}")
|
||||||
.col-xs-3.col-sm-1.col-md-2.padded-ionic-icon.text-center
|
.col-xs-2.col-sm-1.col-md-2.padded-ionic-icon.text-right
|
||||||
input(type='checkbox' class='challenge-list-checkbox')
|
input(type='checkbox' class='challenge-list-checkbox')
|
||||||
.col-xs-9.col-sm-11.col-md-10
|
.col-xs-10.col-sm-11.col-md-10
|
||||||
li.step-text.wrappable!= step
|
li.step-text.wrappable!= step
|
||||||
.col-xs-12.col-sm-12.col-md-8
|
.col-xs-12.col-sm-12.col-md-8
|
||||||
.embed-responsive.embed-responsive-16by9
|
.embed-responsive.embed-responsive-16by9
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
extends ../layout-wide
|
extends ../layout-wide
|
||||||
block content
|
block content
|
||||||
.row
|
.row
|
||||||
.col-md-4.bonfire-top
|
.col-md-4
|
||||||
h4.text-center= name
|
h4.text-center= name
|
||||||
hr
|
hr
|
||||||
ol
|
ol
|
||||||
for step, index in description
|
for step, index in description
|
||||||
.row.checklist-element(id="#{dashedName + index}")
|
.row.checklist-element(id="#{dashedName + index}")
|
||||||
.col-xs-3.col-sm-1.col-md-2.padded-ionic-icon.text-center
|
.col-xs-2.col-sm-1.col-md-2.padded-ionic-icon.text-right
|
||||||
input(type='checkbox' class='challenge-list-checkbox')
|
input(type='checkbox' class='challenge-list-checkbox')
|
||||||
.col-xs-9.col-sm-11.col-md-10
|
.col-xs-10.col-sm-11.col-md-10
|
||||||
li.step-text.wrappable!= step
|
li.step-text.wrappable!= step
|
||||||
.col-xs-12.col-sm-12.col-md-8
|
.col-xs-12.col-sm-12.col-md-8
|
||||||
.embed-responsive.embed-responsive-16by9
|
.embed-responsive.embed-responsive-16by9
|
||||||
|
Reference in New Issue
Block a user