Skip to content

Commit

Permalink
1506: pre-wrap values displays to preserve newlines in step content
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben van Leeuwen committed Nov 13, 2024
1 parent e89ddd4 commit d23e685
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const getStyles = ({ theme }: WfoTheme) => {
display: 'flex',
alignItems: 'center',
overflowWrap: 'anywhere',
whiteSpace: 'pre-wrap',
});

const clipboardIconStyle = css({
Expand Down

0 comments on commit d23e685

Please sign in to comment.