mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 05:14:12 +03:00
Fixed dashboard graphs responsive issue
This commit is contained in:
parent
50c41c18f8
commit
e0b9d64875
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user