From 7fb8a5a39416ce306e72640c5eb58317ea465df2 Mon Sep 17 00:00:00 2001 From: Toby Chui Date: Sat, 1 Jun 2024 12:37:31 +0800 Subject: [PATCH] Update main.css Fixed code block overflow on chrome bug in docs --- docs/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/main.css b/docs/main.css index 47e4be9..e769782 100644 --- a/docs/main.css +++ b/docs/main.css @@ -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;