Fix enabled switch alignment

This commit is contained in:
Ramon Gutierrez 2018-01-09 16:21:36 +08:00
parent 0b5862e4d4
commit 5bc2fac415

View file

@ -131,6 +131,7 @@
<label class="col-lg-2 col-form-label">
Enabled:
</label>
<div class="col-lg-10">
<span class="m-switch m-switch--icon">
<label>
<input type="checkbox" name="enabled" value="1"{{ (values.enabled is defined and values.enabled) or (row is defined and values.enabled is not defined and row.isEnabled()) or (values.enabled is not defined and row is not defined) ? ' checked' }}>
@ -139,6 +140,7 @@
</span>
</div>
</div>
</div>
<div class="m-portlet__foot m-portlet__foot--fit">
<div class="m-form__actions m-form__actions--solid m-form__actions--right">
<div class="row">