Skip to content

Commit

Permalink
Merge pull request #1418 from jjagodzinski/patch-1
Browse files Browse the repository at this point in the history
Proper display multiline secrets
  • Loading branch information
jhaals committed Aug 19, 2022
2 parents 4cfe81f + 09f7e0b commit 185ebc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/displaySecret/Secret.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const RenderSecret = ({ secret }: { readonly secret: string }) => {
borderRadius: '4px',
wordWrap: 'break-word',
wordBreak: 'break-all',
whiteSpace: 'pre-line',
fontFamily: 'monospace, monospace', // https://github.com/necolas/normalize.css/issues/519#issuecomment-197131966
}}
>
Expand Down

0 comments on commit 185ebc3

Please sign in to comment.