From 88a985da35e1d33afb27b0f559222845a0870161 Mon Sep 17 00:00:00 2001 From: ayesha waris <73840786+ayesha-waris@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:59:35 +0500 Subject: [PATCH] fix: updated css styling to prevent content spilling (#655) * fix: updated css styling to prevent content spilling * style: small property change --------- Co-authored-by: eemaanamir --- src/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/index.scss b/src/index.scss index 54374d18f..cb19989a2 100755 --- a/src/index.scss +++ b/src/index.scss @@ -463,6 +463,11 @@ header { margin-bottom: 0px; } +code { + text-wrap: initial !important; + word-break: break-word !important; +} + .post-card-comment { outline: none;