FIX: mobile /admin/users page adjustments
This commit is contained in:
parent
af5cd7e548
commit
dc04892a2d
|
@ -192,3 +192,28 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// mobile styles
|
||||
.mobile-view .admin-users.admin-user {
|
||||
h1 {
|
||||
margin: 15px 0 5px 0;
|
||||
}
|
||||
.user-controls {
|
||||
text-align: inherit;
|
||||
}
|
||||
.controls {
|
||||
width: unset;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
.display-row {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
.field,
|
||||
.value {
|
||||
width: unset;
|
||||
}
|
||||
.select-kit {
|
||||
width: 300px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue