diff --git a/packages/twenty-front/src/modules/settings/playground/components/RestPlayground.tsx b/packages/twenty-front/src/modules/settings/playground/components/RestPlayground.tsx index c75574ae9e..fae596418f 100644 --- a/packages/twenty-front/src/modules/settings/playground/components/RestPlayground.tsx +++ b/packages/twenty-front/src/modules/settings/playground/components/RestPlayground.tsx @@ -27,6 +27,12 @@ const StyledContainer = styled.div` --scalar-color-2: ${({ theme }) => theme.font.color.secondary}; --scalar-color-3: ${({ theme }) => theme.font.color.tertiary}; } + + .scalar-app .text-pretty { + overflow-wrap: break-word; + word-break: normal; + white-space: normal; + } `; const ApiReferenceReact = lazy(() =>