mirror of
https://github.com/dergigi/boris.git
synced 2025-12-25 02:24:25 +01:00
style(debug): improve cipher text wrapping with overflowWrap anywhere
This commit is contained in:
@@ -82,7 +82,7 @@ const Debug: React.FC = () => {
|
||||
const CodeBox = ({ value }: { value: string }) => (
|
||||
<pre
|
||||
className="textarea"
|
||||
style={{ whiteSpace: 'pre-wrap', wordBreak: 'break-all' }}
|
||||
style={{ whiteSpace: 'pre-wrap', overflowWrap: 'anywhere' }}
|
||||
>{value || '—'}</pre>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user