Przeglądaj źródła

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

Daniel Ruf 6 lat temu
rodzic
commit
369dbe711a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      benchmarks/uptime/index.html

+ 1 - 1
benchmarks/uptime/index.html

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