Jelajahi Sumber

fix console-line css

Gregg Tavares 5 tahun lalu
induk
melakukan
790fd3222b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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号