1
0
Fork 0
mirror of https://github.com/vuejs/vue.git synced 2024-11-02 02:15:13 +01:00

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

View file

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