Skip to content

Commit

Permalink
Merge pull request #10046 from m1kl/9499-actions_truncate-string-argu…
Browse files Browse the repository at this point in the history
…ments

Addon-actions: Style ActionLogger to preserve whitespace
  • Loading branch information
shilman committed Mar 14, 2020
1 parent 176495a commit fc26978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/actions/src/components/ActionLogger/style.tsx
Expand Up @@ -8,6 +8,7 @@ export const Action = styled.div({
borderBottom: '1px solid transparent',
transition: 'all 0.1s',
alignItems: 'flex-start',
whiteSpace: 'pre',
});

export const Counter = styled.div<{}>(({ theme }) => ({
Expand Down

0 comments on commit fc26978

Please sign in to comment.