chore(benchmarks): use flex-wrap (#10380)

This commit is contained in:
Daniel Ruf 2019-08-12 10:05:31 +02:00 committed by Eduardo San Martin Morote
parent d40b7ddb81
commit 369dbe711a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
.days {
display: flex;
flex-direction: row;
flex-flow: wrap;
flex-wrap: wrap;
}
.uptime-day {