mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Little fix to stop weird positioning when showing help on members
no issue
This commit is contained in:
parent
e4cbb3d24d
commit
245229e7b8
1 changed files with 7 additions and 0 deletions
|
@ -315,6 +315,13 @@ p.gh-members-list-email {
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.gh-list-with-helpsection {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 440px) and (max-width: 1000px) {
|
||||
.gh-members-chart-summary {
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Add table
Reference in a new issue