Improve users table mobile style (#908)

refs https://github.com/TryGhost/Ghost/issues/8744
- reduce padding
- avoid wrapping user badges
This commit is contained in:
Martín González 2018-01-02 11:35:24 +00:00 committed by Kevin Ansfield
parent 8072d75401
commit e64dc48d54
2 changed files with 10 additions and 1 deletions

View File

@ -132,7 +132,7 @@
@media (max-width: 500px) {
.apps-card-meta {
flex-basis: 70%;
padding-right: 20px;
padding-right: 10px;
}
}

View File

@ -85,6 +85,15 @@
margin-left: 0.75em;
}
@media (max-width: 500px) {
.gh-active-users .apps-configured {
flex-wrap: nowrap;
}
.gh-active-users .gh-badge:first-child {
margin-left: 0;
}
}
/* Role Labels
/* ---------------------------------------------------------- */