Przeglądaj źródła

fix console-line css

Gregg Tavares 5 lat temu
rodzic
commit
790fd3222b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      threejs/resources/lessons-helper.js

+ 1 - 1
threejs/resources/lessons-helper.js

@@ -133,7 +133,7 @@
       background: rgba(221, 221, 221, 0.9);
     }
     .console .console-line {
-      white-space: pre;
+      white-space: pre-line;
     }
     .console .log .warn {
       color: black;

粤ICP备19079148号