Skip to content
Snippets Groups Projects
Unverified Commit e848d281 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

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

Fix #17491
parent 4a0b6e3e
No related branches found
No related tags found
No related merge requests found
......@@ -1187,6 +1187,10 @@ a.sparkline {
}
}
}
@media screen and (max-width: 930px) {
grid-template-columns: minmax(0, 1fr);
}
}
.account-card {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment