Skip to content

Commit

Permalink
chore(benchmarks): use flex-wrap (vuejs#10380)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and posva committed Aug 12, 2019
1 parent d40b7dd commit 369dbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/uptime/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
.days {
display: flex;
flex-direction: row;
flex-flow: wrap;
flex-wrap: wrap;
}

.uptime-day {
Expand Down

0 comments on commit 369dbe7

Please sign in to comment.