From a39235be83af69e84f67ca1e94e2fafae634f87a Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Fri, 16 Oct 2020 12:50:50 +0200 Subject: [PATCH] feat(learn): allow word breaks in tool panel (#39986) This is motivated by a desire to remove s from the test texts Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> --- client/src/templates/Challenges/components/test-suite.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/templates/Challenges/components/test-suite.css b/client/src/templates/Challenges/components/test-suite.css index 95bcc7fa7b..f7d64760fc 100644 --- a/client/src/templates/Challenges/components/test-suite.css +++ b/client/src/templates/Challenges/components/test-suite.css @@ -7,6 +7,7 @@ .challenge-test-suite code { white-space: pre-wrap; + overflow-wrap: anywhere; } .test-result {