feat(learn): allow word breaks in tool panel (#39986)

This is motivated by a desire to remove <wbr>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>
This commit is contained in:
Oliver Eyton-Williams
2020-10-16 12:50:50 +02:00
committed by GitHub
parent 35c4020f4d
commit a39235be83

View File

@ -7,6 +7,7 @@
.challenge-test-suite code {
white-space: pre-wrap;
overflow-wrap: anywhere;
}
.test-result {