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;