Fix realtime metrics header for mobile. Closes #959.

This commit is contained in:
Mike Cao 2022-02-28 18:43:16 -08:00
parent 34ad1d9c39
commit 3932cc4abb

View File

@ -1,6 +1,7 @@
.metrics {
display: flex;
margin-bottom: 10px;
overflow: auto;
}
@media only screen and (max-width: 576px) {