UX: fix solo preference page layout (#21012)
This commit is contained in:
parent
9117ea0e3f
commit
18470c9195
|
@ -1,6 +1,6 @@
|
|||
<DModalBody>
|
||||
<section
|
||||
class="user-preferences solo-preference second-factor-backup-preferences"
|
||||
class="user-content user-preferences solo-preference second-factor-backup-preferences"
|
||||
>
|
||||
<form class="form-horizontal">
|
||||
{{#if this.successMessage}}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<DSection @pageClass="user-preferences" @tagName="">
|
||||
<section class="user-preferences solo-preference">
|
||||
<section class="user-content user-preferences solo-preference">
|
||||
<form class="form-horizontal">
|
||||
|
||||
<div class="control-group">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<DSection @pageClass="user-preferences" @tagName="">
|
||||
<section class="user-preferences solo-preference second-factor">
|
||||
<section class="user-content user-preferences solo-preference second-factor">
|
||||
<ConditionalLoadingSpinner @condition={{this.loading}}>
|
||||
<form class="form-horizontal">
|
||||
{{#if this.showEnforcedNotice}}
|
||||
|
|
|
@ -196,6 +196,11 @@
|
|||
padding: 0;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.solo-preference {
|
||||
grid-column-start: 1;
|
||||
grid-column-end: -1;
|
||||
}
|
||||
}
|
||||
|
||||
.user-preferences-tracking-page {
|
||||
|
|
Loading…
Reference in New Issue