0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Little fix to stop weird positioning when showing help on members

no issue
This commit is contained in:
James Morris 2022-09-01 14:53:03 +01:00
parent e4cbb3d24d
commit 245229e7b8

View file

@ -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;