Skip to content

Commit

Permalink
FIX: mobile /admin/users page adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
hnb-ku committed Jul 5, 2018
1 parent af5cd7e commit dc04892
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions app/assets/stylesheets/common/admin/users.scss
Expand Up @@ -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;
}
}
}

0 comments on commit dc04892

Please sign in to comment.