fix userlist alignment
Signed-off-by: GretaD <gretadoci@gmail.com>
This commit is contained in:
parent
cf771c5816
commit
99a64e7003
|
@ -1431,6 +1431,10 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
|||
// separate prop to set initial value to top: 50px
|
||||
&#new-user {
|
||||
top: $header-height + $grid-row-height;
|
||||
height: 90px;
|
||||
.row {
|
||||
padding-top: 50px;
|
||||
}
|
||||
}
|
||||
&#grid-header {
|
||||
color: var(--color-text-maxcontrast);
|
||||
|
|
|
@ -96,7 +96,6 @@
|
|||
pattern="[a-zA-Z0-9 _\.@\-']+"
|
||||
required
|
||||
type="text">
|
||||
</div>
|
||||
<div class="displayName">
|
||||
<input id="newdisplayname"
|
||||
v-model="newUser.displayName"
|
||||
|
@ -107,6 +106,7 @@
|
|||
name="displayname"
|
||||
type="text">
|
||||
</div>
|
||||
</div>
|
||||
<div class="password">
|
||||
<input id="newuserpassword"
|
||||
ref="newuserpassword"
|
||||
|
|
Loading…
Reference in New Issue