Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
Fixed code block overflow on chrome bug in docs
  • Loading branch information
tobychui committed Jun 1, 2024
1 parent aa60b45 commit 7fb8a5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ body.jp *:not(i){
overflow-x: hidden;
}

#download .ui.black.message{
word-break: break-all;
}

/* Learn More */
#learnmore .linkicons{
text-align: center;
Expand Down

0 comments on commit 7fb8a5a

Please sign in to comment.