diff --git a/src/App.tsx b/src/App.tsx index ac62821..e34fbc1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -93,6 +93,7 @@ const TokenizerOutput = styled.div` padding: 10px 12px 45px; position: relative; transition: opacity 0.3s; + word-break: break-word; span { font-family: var(--monospace);