Browse Source

fix long words being too long on mobile

Gregg Tavares 6 years ago
parent
commit
374dfeedf2
1 changed files with 5 additions and 0 deletions
  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%;