FIX: show label beside confirm user fields, and fix spacing around them

This commit is contained in:
Neil Lalonde 2018-01-29 16:39:41 -05:00
parent 2eef9b3295
commit d37477b1ef
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
<label class="control-label">{{{field.name}}}</label>
<div class='controls'>
<label class="control-label checkbox-label">{{input checked=value type="checkbox"}} {{{field.description}}}</label>
</div>

View File

@ -38,7 +38,7 @@ $input-width: 220px;
}
.user-field {
label {
> label {
width: $label-width;
float: left;
}