From 649275f788de96b91846d2028157decc927aa1e3 Mon Sep 17 00:00:00 2001 From: eemaanamir Date: Thu, 25 Jan 2024 14:18:03 +0500 Subject: [PATCH] style: small property change --- src/index.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.scss b/src/index.scss index 3f260d2e4..cb19989a2 100755 --- a/src/index.scss +++ b/src/index.scss @@ -464,8 +464,7 @@ header { } code { - word-wrap: break-word !important; - text-wrap: initial; + text-wrap: initial !important; word-break: break-word !important; }