Browse Source

Update main.css

Fixed code block overflow on chrome bug in docs
Toby Chui 11 months ago
parent
commit
7fb8a5a394
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/main.css

+ 4 - 0
docs/main.css

@@ -192,6 +192,10 @@ body.jp *:not(i){
     overflow-x: hidden;
     overflow-x: hidden;
 }
 }
 
 
+#download .ui.black.message{
+    word-break: break-all;
+}
+
 /* Learn More */
 /* Learn More */
 #learnmore .linkicons{
 #learnmore .linkicons{
     text-align: center;
     text-align: center;