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

Fix #17491
main
Eugen Rochko 3 years ago committed by GitHub
parent 4a0b6e3e5e
commit e848d281d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save