Line 22: | Line 22: | ||
.tag-label{ | .tag-label{ | ||
margin-left: 25px; | margin-left: 25px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | .tag-checkbox{ | ||
+ | display: inline-block; | ||
} | } | ||
Line 46: | Line 51: | ||
{{#each this}} | {{#each this}} | ||
<li class='tag'> | <li class='tag'> | ||
− | + | <input type='checkbox' name='{{@../key}}' value='{{this}}' class='tag-checkbox'/><label class='tag-label'><div style='font-size: | |
− | 16px;'>{{this}}</div></label | + | 16px;'>{{this}}</div></label> |
</li> | </li> | ||
<br> {{/each}} | <br> {{/each}} |
Revision as of 23:27, 30 October 2017