Fix layout of the report page on smaller screens in admin UI (#17523)

Fix #17491
lolsob-rspec
Eugen Rochko 2022-02-12 01:08:23 +01:00 committed by GitHub
parent 3849c7e038
commit f53e4c250e
1 changed files with 4 additions and 0 deletions

View File

@ -1187,6 +1187,10 @@ a.sparkline {
}
}
}
@media screen and (max-width: 930px) {
grid-template-columns: minmax(0, 1fr);
}
}
.account-card {