diff --git a/client/src/components/layouts/global.css b/client/src/components/layouts/global.css index 0f9df9e5152a32..34d31758789494 100644 --- a/client/src/components/layouts/global.css +++ b/client/src/components/layouts/global.css @@ -466,6 +466,10 @@ code { overflow-wrap: anywhere; } +.challenge-instructions code { + white-space: break-spaces; +} + .panel { border-radius: 0; background-color: transparent;