FIX: user-fields layout in desktop create account form
This commit is contained in:
parent
24c7d2913b
commit
c3ac32d991
|
@ -75,7 +75,8 @@
|
|||
flex: 1 1 50%;
|
||||
align-items: center;
|
||||
padding: 0 15px;
|
||||
form, table {
|
||||
form,
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
@ -100,6 +101,32 @@
|
|||
}
|
||||
}
|
||||
|
||||
.user-field {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
&.confirm {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
> label {
|
||||
width: auto;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.select-kit {
|
||||
width: 242px; // match text-input width
|
||||
}
|
||||
|
||||
.controls {
|
||||
margin-left: 0;
|
||||
|
||||
.instructions {
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.invites-show {
|
||||
padding-top: 20px;
|
||||
|
||||
|
|
Loading…
Reference in New Issue