mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-01 19:48:14 +08:00
chore(benchmarks): use flex-wrap (#10380)
This commit is contained in:
parent
d40b7ddb81
commit
369dbe711a
@ -38,7 +38,7 @@
|
||||
.days {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-flow: wrap;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.uptime-day {
|
||||
|
Loading…
Reference in New Issue
Block a user