From 6bb758c66617b41a9bbeee6e35cd6f82f7783c8d Mon Sep 17 00:00:00 2001 From: Jon Eugster Date: Wed, 14 Dec 2022 15:11:04 +0100 Subject: [PATCH] fixing text wrap in side panel. --- client/src/components/level.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/components/level.css b/client/src/components/level.css index 37d5a1b..29f71e0 100644 --- a/client/src/components/level.css +++ b/client/src/components/level.css @@ -43,6 +43,11 @@ border-top: 1px solid rgb(0, 0, 0, 0.12); /* This should be teh same colour as `divider` in LeftPanel.tsx */ } +/* fix as Mui seems to set this to `nowrap`. */ +.MuiAccordionDetails-root { + white-space: normal; +} + /***************************************/ /* TODO: For development purposes only */ /***************************************/