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:
parent
8072d75401
commit
e64dc48d54
@ -132,7 +132,7 @@
|
||||
@media (max-width: 500px) {
|
||||
.apps-card-meta {
|
||||
flex-basis: 70%;
|
||||
padding-right: 20px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
/* ---------------------------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user