Fix realtime metrics header for mobile. Closes #959.
parent
34ad1d9c39
commit
3932cc4abb
|
@ -1,6 +1,7 @@
|
||||||
.metrics {
|
.metrics {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 576px) {
|
@media only screen and (max-width: 576px) {
|
||||||
|
|
Loading…
Reference in New Issue