Commit 032a5ab7 authored by Chris Rebert's avatar Chris Rebert

add clearfix divs to customizer input rows

parent af70ac8a
This diff is collapsed.
...@@ -8,7 +8,9 @@ each section in sections ...@@ -8,7 +8,9 @@ each section in sections
if subsection.heading if subsection.heading
h3(id=subsection.id)= subsection.heading h3(id=subsection.id)= subsection.heading
div.row div.row
each variable in subsection.variables each variable, index in subsection.variables
if index > 0 && index % 3 === 0
div.clearfix
div.bs-customizer-input div.bs-customizer-input
label(for="input-" + variable.name)= variable.name label(for="input-" + variable.name)= variable.name
input.form-control( input.form-control(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment