Explorar el Código

fix long words being too long on mobile

Gregg Tavares hace 6 años
padre
commit
374dfeedf2
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      threejs/lessons/resources/lesson.css

+ 5 - 0
threejs/lessons/resources/lesson.css

@@ -24,6 +24,11 @@ pre.prettyprint li {
     white-space: pre;
 }
 
+/* to handle long words in paragraph */
+p code {
+  word-break: break-word;
+  white-space: normal;
+}
 
 div[data-diagram] {
   height: 100%;