Skip to content

Commit

Permalink
Merge pull request #1575 from rk4an/patch-1
Browse files Browse the repository at this point in the history
Also display blank space before text
  • Loading branch information
jhaals committed Jan 10, 2023
2 parents bfe1e81 + 346fb32 commit 3b2cd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/displaySecret/Secret.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const RenderSecret = ({ secret }: { readonly secret: string }) => {
borderRadius: '4px',
wordWrap: 'break-word',
wordBreak: 'break-all',
whiteSpace: 'pre-line',
whiteSpace: 'pre-wrap',
fontFamily: 'monospace, monospace', // https://github.com/necolas/normalize.css/issues/519#issuecomment-197131966
}}
>
Expand Down

0 comments on commit 3b2cd90

Please sign in to comment.