UX: Buttons not positioned within form.

This commit is contained in:
Guo Xiang Tan 2016-03-26 10:25:33 +08:00
parent 483c19199e
commit 8a8d931688
2 changed files with 5 additions and 1 deletions

View File

@ -278,7 +278,7 @@
{{plugin-outlet "user-custom-controls"}}
<div class="control-group">
<div class="control-group save-button">
<div class="controls">
{{partial 'user/preferences/save-button'}}
</div>

View File

@ -56,6 +56,10 @@
}
}
.delete-account {
overflow: hidden;
}
.checkbox-label {
overflow: auto;
display: block;