2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

add clearfix divs to customizer input rows

This commit is contained in:
Chris Rebert
2014-10-27 15:00:30 -07:00
parent af70ac8ae1
commit 032a5ab72f
2 changed files with 103 additions and 1 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ each section in sections
if subsection.heading
h3(id=subsection.id)= subsection.heading
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
label(for="input-" + variable.name)= variable.name
input.form-control(