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:
parent
d40b7ddb81
commit
369dbe711a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
.days {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-flow: wrap;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.uptime-day {
|
||||
|
|
Loading…
Reference in a new issue