Skip to content
Snippets Groups Projects
Commit 99a64e70 authored by GretaD's avatar GretaD Committed by Julius Härtl
Browse files

fix userlist alignment


Signed-off-by: default avatarGretaD <gretadoci@gmail.com>
parent cf771c58
No related branches found
No related tags found
No related merge requests found
......@@ -1430,7 +1430,11 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
}
// separate prop to set initial value to top: 50px
&#new-user {
top: $header-height + $grid-row-height;
top: $header-height + $grid-row-height;
height: 90px;
.row {
padding-top: 50px;
}
}
&#grid-header {
color: var(--color-text-maxcontrast);
......
......@@ -96,16 +96,16 @@
pattern="[a-zA-Z0-9 _\.@\-']+"
required
type="text">
</div>
<div class="displayName">
<input id="newdisplayname"
v-model="newUser.displayName"
:placeholder="t('settings', 'Display name')"
autocapitalize="none"
autocomplete="off"
autocorrect="off"
name="displayname"
type="text">
<div class="displayName">
<input id="newdisplayname"
v-model="newUser.displayName"
:placeholder="t('settings', 'Display name')"
autocapitalize="none"
autocomplete="off"
autocorrect="off"
name="displayname"
type="text">
</div>
</div>
<div class="password">
<input id="newuserpassword"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment