Fixed dashboard graphs responsive issue

This commit is contained in:
Sanne de Vries 2021-03-22 15:59:18 +01:00
parent 50c41c18f8
commit e0b9d64875

View File

@ -937,7 +937,8 @@
}
}
@media (max-width: 680px) {
@media (max-width: 680px),
(min-width: 800px) and (max-width: 1000px) {
.gh-dashboard {
grid-template-columns: 1fr;
grid-column-gap: 0;