mirror of
https://github.com/discourse/discourse.git
synced 2025-09-10 01:42:47 +08:00
UX: Buttons not positioned within form.
This commit is contained in:
parent
483c19199e
commit
8a8d931688
2 changed files with 5 additions and 1 deletions
|
@ -278,7 +278,7 @@
|
||||||
|
|
||||||
{{plugin-outlet "user-custom-controls"}}
|
{{plugin-outlet "user-custom-controls"}}
|
||||||
|
|
||||||
<div class="control-group">
|
<div class="control-group save-button">
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
{{partial 'user/preferences/save-button'}}
|
{{partial 'user/preferences/save-button'}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -56,6 +56,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.delete-account {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.checkbox-label {
|
.checkbox-label {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue